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-- Whitespace 03 --FILE-- <?php require 'lib.php'; echo <x> {'a'} </x>; --EXPECT-- <..
Decoded Output download
--TEST--
Whitespace 03
--FILE--
<?php
require 'lib.php';
echo <x> {'a'} </x>;
--EXPECT--
<x>a</x>
?>
Did this file decode correctly?
Original Code
--TEST--
Whitespace 03
--FILE--
<?php
require 'lib.php';
echo <x> {'a'} </x>;
--EXPECT--
<x>a</x>
Function Calls
None |
Stats
MD5 | 15fbccf4575d9f8e1e87b7bb62dc3415 |
Eval Count | 0 |
Decode Time | 93 ms |