Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/
H A Dgd_ctx.c82 zval *imgind; in _php_image_output_ctx() local
101 …if (zend_parse_parameters(argc, "rp!|ll", &imgind, &file, &file_len, &quality, &basefilter) == FAI… in _php_image_output_ctx()
106 if (zend_parse_parameters(argc, "r|z!b", &imgind, &to_zval, &compressed) == FAILURE) { in _php_image_output_ctx()
117 if (zend_parse_parameters(argc, "r|z!ll", &imgind, &to_zval, &quality, &basefilter) == FAILURE) { in _php_image_output_ctx()
122 if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", phpi_get_le_gd())) == NULL) { in _php_image_output_ctx()
H A Dgd.c2672 zval *imgind; in _php_image_output() local
2685 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2689 if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", le_gd)) == NULL) { in _php_image_output()

Completed in 15 milliseconds