Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/
H A Dgd_ctx.c89 zval *imgind; in _php_image_output_ctx() local
107 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp!|ll", &imgind, &file, &file_len, &quality… in _php_image_output_ctx()
117 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z/!ll", &imgind, &to_zval, &quality, &base… in _php_image_output_ctx()
122 ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", phpi_get_le_gd()); in _php_image_output_ctx()
H A Dgd.c2596 zval *imgind; in _php_image_output() local
2609 …if (zend_parse_parameters(argc TSRMLS_CC, "r|pll", &imgind, &file, &file_len, &quality, &type) == … in _php_image_output()
2613 ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", le_gd); in _php_image_output()

Completed in 20 milliseconds