Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dimage.c1218 zend_long p_image_type; in PHP_FUNCTION() local
1220 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &p_image_type) == FAILURE) { in PHP_FUNCTION()
1224 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type)); in PHP_FUNCTION()

Completed in 9 milliseconds