Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt2 Test image_type_to_mime_type() function : usage variations - Passing IMAGETYPE_ICO and IMAGETYPE_SWC
11 /* Prototype : string image_type_to_mime_type(int imagetype)
17 echo "*** Testing image_type_to_mime_type() : usage variations ***\n";
21 var_dump( image_type_to_mime_type(IMAGETYPE_ICO) );
22 var_dump( image_type_to_mime_type(IMAGETYPE_SWC) );
26 *** Testing image_type_to_mime_type() : usage variations ***
H A Dimage_type_to_mime_type_basic.phpt2 image_type_to_mime_type()
6 /* Prototype : string image_type_to_mime_type ( int $imagetype )
12 echo "Starting image_type_to_mime_type() test\n\n";
35 var_dump(image_type_to_mime_type($image_type));
38 echo "\nDone image_type_to_mime_type() test\n";
41 Starting image_type_to_mime_type() test
61 Done image_type_to_mime_type() test
H A Dimage_type_to_mime_type_variation2.phpt2 Test image_type_to_mime_type() function : usage variations - Pass decimal, octal, and hexadecimal …
5 /* Prototype : string image_type_to_mime_type(int imagetype)
10 echo "*** Testing image_type_to_mime_type() : usage variations ***\n";
37 var_dump( image_type_to_mime_type($value) );
43 *** Testing image_type_to_mime_type() : usage variations ***
H A Dimage_type_to_mime_type_variation3.phpt2 image_type_to_mime_type() (passinf equivalent integer values)
7 /* Prototype : string image_type_to_mime_type(int imagetype)
12 echo "*** Testing image_type_to_mime_type() : usage variations ***\n";
16 var_dump(image_type_to_mime_type($imagetype));
21 \*\*\* Testing image_type_to_mime_type\(\) : usage variations \*\*\*
H A Dimage_type_to_mime_type.phpt2 image_type_to_mime_type()
22 $result[$file] = image_type_to_mime_type($result[$file][2]);
/PHP-7.4/ext/standard/
H A Dphp_image.h26 PHP_FUNCTION(image_type_to_mime_type);
H A Dimage.c1220 PHP_FUNCTION(image_type_to_mime_type) in PHP_FUNCTION() argument
H A Dbasic_functions.c2762 PHP_FE(image_type_to_mime_type, arginfo_image_type_to_mime_type)

Completed in 24 milliseconds