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::getName() --CREDITS-- Gerrit "Remi" te Sligte <remi@wolerize..
Decoded Output download
--TEST--
ReflectionExtension::getName()
--CREDITS--
Gerrit "Remi" te Sligte <[email protected]>
Leon Luijkx <[email protected]>
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
var_dump($obj->getName());
?>
--EXPECT--
string(10) "Reflection"
Did this file decode correctly?
Original Code
--TEST--
ReflectionExtension::getName()
--CREDITS--
Gerrit "Remi" te Sligte <[email protected]>
Leon Luijkx <[email protected]>
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
var_dump($obj->getName());
?>
--EXPECT--
string(10) "Reflection"
Function Calls
None |
Stats
MD5 | 9ed3e0a949566408a7da9dcadc5ebe9d |
Eval Count | 0 |
Decode Time | 88 ms |