Searched refs:image_type (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/gd/ |
H A D | gd_ctx.c | 87 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument 106 if (image_type == PHP_GDIMG_TYPE_XBM) { in _php_image_output_ctx() 182 switch(image_type) { in _php_image_output_ctx() 207 if (image_type == PHP_GDIMG_TYPE_XBM) { in _php_image_output_ctx()
|
H A D | gd.c | 142 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… 143 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… 145 static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type); 2402 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 2448 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 2464 switch (image_type) { in _php_image_create_from() 2594 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… in _php_image_output() argument 2634 switch (image_type) { in _php_image_output() 2686 switch (image_type) { in _php_image_output() 4481 static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type ) in _php_image_convert() argument [all …]
|
/PHP-5.6/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_basic.phpt | 37 foreach($image_types as $image_type) { 38 var_dump(image_type_to_mime_type($image_type));
|
/PHP-5.6/ext/standard/ |
H A D | php_image.h | 64 PHPAPI char * php_image_type_to_mime_type(int image_type);
|
H A D | image.c | 1115 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() argument 1117 switch( image_type) { in php_image_type_to_mime_type() 1171 long image_type; in PHP_FUNCTION() local 1174 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|b", &image_type, &inc_dot) == FAILURE) { in PHP_FUNCTION() 1178 switch (image_type) { in PHP_FUNCTION()
|
Completed in 22 milliseconds