Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/
H A Dgd_ctx.c84 zval *imgind; in _php_image_output_ctx() local
104 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rp!|ll", &imgind, &file, &file_len, &quality, &basefil… in _php_image_output_ctx()
109 … if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|z/!b", &imgind, &to_zval, &compressed) == FAILURE) { in _php_image_output_ctx()
120 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|z/!ll", &imgind, &to_zval, &quality, &basefilter) ==… in _php_image_output_ctx()
125 if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", phpi_get_le_gd())) == NULL) { in _php_image_output_ctx()
H A Dgd.c2584 zval *imgind; in _php_image_output() local
2598 if (zend_parse_parameters(argc, "r|pll", &imgind, &file, &file_len, &quality, &type) == FAILURE) { in _php_image_output()
2602 if ((im = (gdImagePtr)zend_fetch_resource(Z_RES_P(imgind), "Image", le_gd)) == NULL) { in _php_image_output()

Completed in 19 milliseconds