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-- Blank attribute --FILE-- <?php class xhp_a {} $foo = <a b="" />; echo "pass"; --E..
Decoded Output download
--TEST--
Blank attribute
--FILE--
<?php
class xhp_a {}
$foo = <a b="" />;
echo "pass";
--EXPECT--
pass
?>
Did this file decode correctly?
Original Code
--TEST--
Blank attribute
--FILE--
<?php
class xhp_a {}
$foo = <a b="" />;
echo "pass";
--EXPECT--
pass
Function Calls
None |
Stats
MD5 | 26e441bed3f4bec425c05c54d5f159aa |
Eval Count | 0 |
Decode Time | 81 ms |