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 01 --FILE-- <?php /** a */ function /** b */ foo /** c */ (/** d *..
Decoded Output download
--TEST--
Reflection API 01
--FILE--
<?php
/** a */ function /** b */ foo /** c */ (/** d */) {}
$foo = new ReflectionFunction('foo');
echo $foo->getDocComment();
exit;
<a />;
--EXPECT--
/** b */
?>
Did this file decode correctly?
Original Code
--TEST--
Reflection API 01
--FILE--
<?php
/** a */ function /** b */ foo /** c */ (/** d */) {}
$foo = new ReflectionFunction('foo');
echo $foo->getDocComment();
exit;
<a />;
--EXPECT--
/** b */
Function Calls
None |
Stats
MD5 | 58e3689ffb1384e507464469b6e036d5 |
Eval Count | 0 |
Decode Time | 92 ms |