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 05 --FILE-- <?php class foo { /** a */ public /** b */ $bar /** ..

Decoded Output download

--TEST--
Reflection API 05
--FILE--
<?php
class foo {
  /** a */ public /** b */ $bar /** c */ = /** d */ 1 /** e */;
}
$foo = new ReflectionProperty('foo', 'bar');
echo $foo->getDocComment();
exit;
<a />;
--EXPECT--
/** d */
 ?>

Did this file decode correctly?

Original Code

--TEST--
Reflection API 05
--FILE--
<?php
class foo {
  /** a */ public /** b */ $bar /** c */ = /** d */ 1 /** e */;
}
$foo = new ReflectionProperty('foo', 'bar');
echo $foo->getDocComment();
exit;
<a />;
--EXPECT--
/** d */

Function Calls

None

Variables

None

Stats

MD5 bb5b8ba1d16650e80447852ff09cf5d8
Eval Count 0
Decode Time 83 ms