Searched refs:exif_imagetype (Results 1 – 6 of 6) sorted by relevance
2 Test exif_imagetype() function : error conditions8 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…
2 Check for exif_imagetype default behaviour11 echo "*** Testing exif_imagetype() : basic functionality ***\n";13 var_dump(exif_imagetype(__DIR__.'/test2私はガラスを食べられます.jpg'));16 *** Testing exif_imagetype() : basic functionality ***
2 Check for exif_imagetype default behaviour11 echo "*** Testing exif_imagetype() : basic functionality ***\n";13 var_dump(exif_imagetype(__DIR__.'/test2.jpg'));16 *** Testing exif_imagetype() : basic functionality ***
29 ZEND_FUNCTION(exif_imagetype);35 ZEND_FE(exif_imagetype, arginfo_exif_imagetype)
30 function exif_imagetype(string $filename): int|false {} function
4787 PHP_FUNCTION(exif_imagetype) in PHP_FUNCTION() argument
Completed in 19 milliseconds