Searched refs:dstim (Results 1 – 1 of 1) sorted by relevance
2863 zval *dstim, *srcim; in PHP_FUNCTION() local2866 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr", &dstim, &srcim) == FAILURE) { in PHP_FUNCTION()2870 ZEND_FETCH_RESOURCE(dst, gdImagePtr, &dstim, -1, "Image", le_gd); in PHP_FUNCTION()
Completed in 14 milliseconds