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-- ReflectionExtension::isPersistent() --FILE-- <?php $obj = new ReflectionExtension..
Decoded Output download
--TEST--
ReflectionExtension::isPersistent()
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
var_dump($obj->isPersistent());
?>
--EXPECT--
bool(true)
Did this file decode correctly?
Original Code
--TEST--
ReflectionExtension::isPersistent()
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
var_dump($obj->isPersistent());
?>
--EXPECT--
bool(true)
Function Calls
None |
Stats
MD5 | 1c3561db4af45c5e6e21b275241932e0 |
Eval Count | 0 |
Decode Time | 118 ms |