z_rect           4540 ext/gd/gd.c    	zval *z_rect;
z_rect           4543 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ra", &IM, &z_rect) == FAILURE)  {
z_rect           4551 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") -1)) != NULL) {
z_rect           4558 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) {
z_rect           4565 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) {
z_rect           4572 ext/gd/gd.c    	if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) {
z_rect           4694 ext/gd/gd.c    	zval *z_rect = NULL;
z_rect           4701 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ra|a", &IM, &z_affine, &z_rect) == FAILURE)  {
z_rect           4733 ext/gd/gd.c    	if (z_rect != NULL) {
z_rect           4734 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "x", sizeof("x") - 1)) != NULL) {
z_rect           4741 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "y", sizeof("y") - 1)) != NULL) {
z_rect           4748 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "width", sizeof("width") - 1)) != NULL) {
z_rect           4755 ext/gd/gd.c    		if ((tmp = zend_hash_str_find(Z_ARRVAL_P(z_rect), "height", sizeof("height") - 1)) != NULL) {