Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Check for exif_imagetype default behaviour --EXTENSIONS-- exif --INI-- output_han..
Decoded Output download
*** Testing exif_imagetype() : basic functionality ***
Did this file decode correctly?
Original Code
--TEST--
Check for exif_imagetype default behaviour
--EXTENSIONS--
exif
--INI--
output_handler=
zlib.output_compression=0
--FILE--
<?php
echo "*** Testing exif_imagetype() : basic functionality ***\n";
var_dump(exif_imagetype(__DIR__.'/test2.jpg'));
?>
--EXPECT--
*** Testing exif_imagetype() : basic functionality ***
int(2)
Function Calls
None |
Stats
MD5 | 8feead06f3d0f9cf36122f9c204f3a76 |
Eval Count | 0 |
Decode Time | 77 ms |