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-- Reflection API 02 --FILE-- <?php /** a */ abstract /** b */ class /** c */ foo /*..

Decoded Output download

--TEST--
Reflection API 02
--FILE--
<?php
/** a */ abstract /** b */ class /** c */ foo /** d */ {}
$foo = new ReflectionClass('foo');
echo $foo->getDocComment();
exit;
<a />;
--EXPECT--
/** d */
 ?>

Did this file decode correctly?

Original Code

--TEST--
Reflection API 02
--FILE--
<?php
/** a */ abstract /** b */ class /** c */ foo /** d */ {}
$foo = new ReflectionClass('foo');
echo $foo->getDocComment();
exit;
<a />;
--EXPECT--
/** d */

Function Calls

None

Variables

None

Stats

MD5 95c89b43f4e8c7d8911a0ed2e084b089
Eval Count 0
Decode Time 74 ms