image_type        139 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        140 ext/gd/gd.c    static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)());
image_type        142 ext/gd/gd.c    static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type);
image_type       2366 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       2376 ext/gd/gd.c    	if (image_type == PHP_GDIMG_TYPE_GD2PART) {
image_type       2422 ext/gd/gd.c    		if (image_type == PHP_GDIMG_TYPE_GD2PART) {
image_type       2438 ext/gd/gd.c    		switch (image_type) {
image_type       2568 ext/gd/gd.c    static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)())
image_type       2608 ext/gd/gd.c    		switch (image_type) {
image_type       2660 ext/gd/gd.c    		switch (image_type) {
image_type       4450 ext/gd/gd.c    static void _php_image_convert(INTERNAL_FUNCTION_PARAMETERS, int image_type )
image_type       4505 ext/gd/gd.c    	switch (image_type) {
image_type         77 ext/gd/gd_ctx.c static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)())
image_type         95 ext/gd/gd_ctx.c 	if (image_type == PHP_GDIMG_TYPE_XBM) {
image_type        166 ext/gd/gd_ctx.c 	switch(image_type) {
image_type        191 ext/gd/gd_ctx.c 			if (image_type == PHP_GDIMG_TYPE_XBM) {
image_type       1127 ext/standard/image.c PHPAPI char * php_image_type_to_mime_type(int image_type)
image_type       1129 ext/standard/image.c 	switch( image_type) {
image_type       1183 ext/standard/image.c 	long image_type;
image_type       1186 ext/standard/image.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|b", &image_type, &inc_dot) == FAILURE) {
image_type       1190 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);