Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dimage.c1162 long p_image_type; in PHP_FUNCTION() local
1164 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &p_image_type) == FAILURE) { in PHP_FUNCTION()
1168 ZVAL_STRING(return_value, (char*)php_image_type_to_mime_type(p_image_type), 1); in PHP_FUNCTION()

Completed in 12 milliseconds