Home
last modified time | relevance | path

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

/PHP-5.5/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(dirname(__FILE__).'/test2.jpg', $extra_arg) );
22 echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
23 var_dump( exif_imagetype(dirname(__FILE__).'/foo.jpg') );
29 *** Testing exif_imagetype() : error conditions ***
31 -- Testing exif_imagetype() function with no arguments --
[all …]
H A Dexif_imagetype_variation1.phpt8 /* Prototype : int exif_imagetype ( string $filename )
87 var_dump( exif_imagetype($filename) );
100 *** Testing exif_imagetype() : different types for filename argument ***
169 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
177 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
181 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
185 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
189 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
193 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
205 Warning: exif_imagetype(): Filename cannot be empty in %s on line %d
[all …]
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(dirname(__FILE__).'/test2.jpg'));
21 *** Testing exif_imagetype() : basic functionality ***
/PHP-5.5/ext/exif/
H A Dphp_exif.h29 PHP_FUNCTION(exif_imagetype);
H A Dtest.txt73 if ( function_exists('exif_imagetype')) {
74 $type = exif_imagetype($root.$path.'/'.$found);
H A Dexif.c136 PHP_FE(exif_imagetype, arginfo_exif_imagetype)
4200 PHP_FUNCTION(exif_imagetype) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation4.phpt12 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
H A Dimage_type_to_mime_type_error.phpt6 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
H A Dimage_type_to_mime_type_basic.phpt11 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype.
H A Dimage_type_to_mime_type_variation2.phpt6 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
H A Dimage_type_to_mime_type_variation3.phpt8 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
H A Dimage_type_to_mime_type_variation1.phpt6 … Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype

Completed in 34 milliseconds