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-- XHP Function Call Param --FILE-- <?php function id($i) { return $i; } class xhp_t..

Decoded Output download

--TEST--
XHP Function Call Param
--FILE--
<?php
function id($i) { return $i; }
class xhp_thing {
  public function exist() {}
}
id(<thing />)->exist();
echo 'pass';
--EXPECT--
pass
 ?>

Did this file decode correctly?

Original Code

--TEST--
XHP Function Call Param
--FILE--
<?php
function id($i) { return $i; }
class xhp_thing {
  public function exist() {}
}
id(<thing />)->exist();
echo 'pass';
--EXPECT--
pass

Function Calls

None

Variables

None

Stats

MD5 cd1109f742a8eb0526ab76acd08d7d76
Eval Count 0
Decode Time 86 ms