Home
last modified time | relevance | path

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

/php-src/ext/exif/tests/
H A Dexif_imagetype_error.phpt2 Test exif_imagetype() function : error conditions
8 echo "*** Testing exif_imagetype() : error conditions ***\n";
10 echo "\n-- Testing exif_imagetype() function with an unknown file --\n";
11 var_dump( exif_imagetype(__DIR__.'/foo.jpg') );
16 *** Testing exif_imagetype() : error conditions ***
18 -- Testing exif_imagetype() function with an unknown file --
20 Warning: exif_imagetype(%s/foo.jpg): Failed to open stream: No such file or directory in %s on line…
H A Dexif_imagetype_basic-mb.phpt2 Check for exif_imagetype default behaviour
11 echo "*** Testing exif_imagetype() : basic functionality ***\n";
13 var_dump(exif_imagetype(__DIR__.'/test2私はガラスを食べられます.jpg'));
16 *** Testing exif_imagetype() : basic functionality ***
H A Dexif_imagetype_basic.phpt2 Check for exif_imagetype default behaviour
11 echo "*** Testing exif_imagetype() : basic functionality ***\n";
13 var_dump(exif_imagetype(__DIR__.'/test2.jpg'));
16 *** Testing exif_imagetype() : basic functionality ***
/php-src/ext/exif/
H A Dexif_arginfo.h29 ZEND_FUNCTION(exif_imagetype);
35 ZEND_FE(exif_imagetype, arginfo_exif_imagetype)
H A Dexif.stub.php30 function exif_imagetype(string $filename): int|false {} function
H A Dexif.c4790 PHP_FUNCTION(exif_imagetype) in PHP_FUNCTION() argument

Completed in 43 milliseconds