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-- horizontal rule 3 stars --SKIPIF-- --FILE-- <?php $text = <<<EOT *** EOT; $hoedo..
Decoded Output download
--TEST--
horizontal rule 3 stars
--SKIPIF--
--FILE--
<?php
$text = <<<EOT
***
EOT;
$hoedown = new Hoedown;
echo $hoedown->parse($text);
--EXPECTF--
<hr>
?>
Did this file decode correctly?
Original Code
--TEST--
horizontal rule 3 stars
--SKIPIF--
--FILE--
<?php
$text = <<<EOT
***
EOT;
$hoedown = new Hoedown;
echo $hoedown->parse($text);
--EXPECTF--
<hr>
Function Calls
None |
Stats
MD5 | 4946076d82edcae7f32ed872c51fce9f |
Eval Count | 0 |
Decode Time | 113 ms |