Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/tests/
H A Dexif_imagetype_error.phpt2 Test exif_imagetype() function : error conditions
8 /* Prototype : int exif_imagetype ( string $filename )
13 echo "*** Testing exif_imagetype() : error conditions ***\n";
15 echo "\n-- Testing exif_imagetype() function with no arguments --\n";
16 var_dump( exif_imagetype() );
20 var_dump( exif_imagetype(__DIR__.'/test2.jpg', $extra_arg) );
22 echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
23 var_dump( exif_imagetype(__DIR__.'/foo.jpg') );
29 *** Testing exif_imagetype() : error conditions ***
31 -- Testing exif_imagetype() function with no arguments --
[all …]
H A Dexif_imagetype_basic-mb.phpt2 Check for exif_imagetype default behaviour
11 /* Prototype : int exif_imagetype ( string $filename )
15 echo "*** Testing exif_imagetype() : basic functionality ***\n";
17 var_dump(exif_imagetype(__DIR__.'/test2私はガラスを食べられます.jpg'));
21 *** Testing exif_imagetype() : basic functionality ***
H A Dexif_imagetype_basic.phpt2 Check for exif_imagetype default behaviour
11 /* Prototype : int exif_imagetype ( string $filename )
15 echo "*** Testing exif_imagetype() : basic functionality ***\n";
17 var_dump(exif_imagetype(__DIR__.'/test2.jpg'));
21 *** Testing exif_imagetype() : basic functionality ***
/PHP-7.4/ext/exif/
H A Dphp_exif.h31 PHP_FUNCTION(exif_imagetype);
H A Dexif.c102 PHP_FE(exif_imagetype, arginfo_exif_imagetype)
4816 PHP_FUNCTION(exif_imagetype) in PHP_FUNCTION() argument
/PHP-7.4/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt12 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
H A Dimage_type_to_mime_type_basic.phpt7 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype.
H A Dimage_type_to_mime_type_variation2.phpt6 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
H A Dimage_type_to_mime_type_variation3.phpt8 …t Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype

Completed in 31 milliseconds