Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dgd_ctx.c84 zval *imgind; in _php_image_output_ctx() local
102 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp!|ll", &imgind, &file, &file_len, &quality, &basefil… in _php_image_output_ctx()
112 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|z/!ll", &imgind, &to_zval, &quality, &basefilter) ==… in _php_image_output_ctx()
117 if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", phpi_get_le_gd())) == NULL) { in _php_image_output_ctx()
H A Dgd.c2528 zval *imgind; in _php_image_output() local
2542 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2546 if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", le_gd)) == NULL) { in _php_image_output()

Completed in 32 milliseconds