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-- Test filetype() function: Basic functionality --FILE-- <?php echo "*** Testing fi..
Decoded Output download
*** Testing filetype() with files and dirs ***
Did this file decode correctly?
Original Code
--TEST--
Test filetype() function: Basic functionality
--FILE--
<?php
echo "*** Testing filetype() with files and dirs ***\n";
print( filetype(__FILE__) )."\n";
print( filetype(".") )."\n";
echo "*** Done ***\n";
?>
--EXPECT--
*** Testing filetype() with files and dirs ***
file
dir
*** Done ***
Function Calls
filetype | 1 |
Stats
MD5 | 7dafbf3bf491e826b99601591c206616 |
Eval Count | 0 |
Decode Time | 80 ms |