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::__construct() --CREDITS-- Gerrit "Remi" te Sligte <remi@wole..

Decoded Output download

--TEST--
ReflectionExtension::__construct()
--CREDITS--
Gerrit "Remi" te Sligte <[email protected]>
Leon Luijkx <[email protected]>
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
$test = $obj instanceof ReflectionExtension;
var_dump($test);
?>
--EXPECT--
bool(true)

Did this file decode correctly?

Original Code

--TEST--
ReflectionExtension::__construct()
--CREDITS--
Gerrit "Remi" te Sligte <[email protected]>
Leon Luijkx <[email protected]>
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
$test = $obj instanceof ReflectionExtension;
var_dump($test);
?>
--EXPECT--
bool(true)

Function Calls

None

Variables

None

Stats

MD5 a708714930f9815a3ba15dd32a6051fc
Eval Count 0
Decode Time 92 ms