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-- test2() Basic test --EXTENSIONS-- %EXTNAME% --FILE-- <?php var_dump(test2()); var..

Decoded Output download

--TEST--
test2() Basic test
--EXTENSIONS--
%EXTNAME%
--FILE--
<?php
var_dump(test2());
var_dump(test2('PHP'));
?>
--EXPECT--
string(11) "Hello World"
string(9) "Hello PHP"

Did this file decode correctly?

Original Code

--TEST--
test2() Basic test
--EXTENSIONS--
%EXTNAME%
--FILE--
<?php
var_dump(test2());
var_dump(test2('PHP'));
?>
--EXPECT--
string(11) "Hello World"
string(9) "Hello PHP"

Function Calls

test2 1

Variables

None

Stats

MD5 b7b7e26311df091b40144346d08dfa35
Eval Count 0
Decode Time 108 ms