Searched refs:imgind (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/gd/ |
H A D | gd_ctx.c | 52 zval *imgind; in _php_image_output_ctx() local 69 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs!|ll", &imgind, &file, &file_len, &quality… in _php_image_output_ctx() 77 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", &imgind, &file, &file_len, &quality… in _php_image_output_ctx() 82 ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", phpi_get_le_gd()); in _php_image_output_ctx()
|
H A D | gd.c | 2624 zval *imgind; in _php_image_output() local 2637 …if (zend_parse_parameters(argc TSRMLS_CC, "r|sll", &imgind, &file, &file_len, &quality, &type) == … in _php_image_output() 2641 ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", le_gd); in _php_image_output()
|
Completed in 19 milliseconds