image_type 133 ext/gd/gd.c static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()); image_type 134 ext/gd/gd.c static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()); image_type 136 ext/gd/gd.c static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type); image_type 2290 ext/gd/gd.c static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) image_type 2302 ext/gd/gd.c if (image_type == PHP_GDIMG_TYPE_GD2PART) { image_type 2350 ext/gd/gd.c if (image_type == PHP_GDIMG_TYPE_GD2PART) { image_type 2367 ext/gd/gd.c switch (image_type) { image_type 2497 ext/gd/gd.c static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) image_type 2540 ext/gd/gd.c switch (image_type) { image_type 2592 ext/gd/gd.c switch (image_type) { image_type 3989 ext/gd/gd.c static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type ) image_type 4046 ext/gd/gd.c switch (image_type) { image_type 72 ext/gd/gd_ctx.c static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) image_type 90 ext/gd/gd_ctx.c if (image_type == PHP_GDIMG_TYPE_XBM) { image_type 163 ext/gd/gd_ctx.c switch(image_type) { image_type 188 ext/gd/gd_ctx.c if (image_type == PHP_GDIMG_TYPE_XBM) { image_type 1132 ext/standard/image.c PHPAPI char * php_image_type_to_mime_type(int image_type) image_type 1134 ext/standard/image.c switch( image_type) { image_type 1188 ext/standard/image.c zend_long image_type; image_type 1191 ext/standard/image.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|b", &image_type, &inc_dot) == FAILURE) { image_type 1195 ext/standard/image.c switch (image_type) { image_type 64 ext/standard/php_image.h PHPAPI char * php_image_type_to_mime_type(int image_type);