Home
last modified time | relevance | path

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

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

Completed in 21 milliseconds