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-- statcache corruption --FILE-- <?php $a = stat(__FILE__); is_link(__FILE__); $b = ..
Decoded Output download
--TEST--
statcache corruption
--FILE--
<?php
$a = stat(__FILE__);
is_link(__FILE__);
$b = stat(__FILE__);
print_r(array_diff($a, $b));
?>
--EXPECT--
Array
(
)
Did this file decode correctly?
Original Code
--TEST--
statcache corruption
--FILE--
<?php
$a = stat(__FILE__);
is_link(__FILE__);
$b = stat(__FILE__);
print_r(array_diff($a, $b));
?>
--EXPECT--
Array
(
)
Function Calls
stat | 1 |
Stats
MD5 | 53ce09cc1c9856ba2ae0643d42ac85dc |
Eval Count | 0 |
Decode Time | 89 ms |