dstim            2837 ext/gd/gd.c    	zval *dstim, *srcim;
dstim            2840 ext/gd/gd.c    	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr", &dstim, &srcim) == FAILURE) {
dstim            2844 ext/gd/gd.c    	ZEND_FETCH_RESOURCE(dst, gdImagePtr, &dstim, -1, "Image", le_gd);