Home
last modified time | relevance | path

Searched refs:dstim (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/gd/
H A Dgd.c2859 zval *dstim, *srcim; in PHP_FUNCTION() local
2862 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rr", &dstim, &srcim) == FAILURE) { in PHP_FUNCTION()
2866 if ((dst = (gdImagePtr)zend_fetch_resource(Z_RES_P(dstim), "Image", le_gd)) == NULL) { in PHP_FUNCTION()

Completed in 22 milliseconds