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 04 --FILE-- <?php require 'lib.php'; echo <x> <x /> {'a'} </x>; --EXPE..

Decoded Output download

--TEST--
Whitespace 04
--FILE--
<?php
require 'lib.php';
echo <x> <x /> {'a'} </x>;
--EXPECT--
<x><x></x>a</x>
 ?>

Did this file decode correctly?

Original Code

--TEST--
Whitespace 04
--FILE--
<?php
require 'lib.php';
echo <x> <x /> {'a'} </x>;
--EXPECT--
<x><x></x>a</x>

Function Calls

None

Variables

None

Stats

MD5 448a3548eca5fadd19d0ba0cc4be78a6
Eval Count 0
Decode Time 91 ms