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-- eos_datastructures phpinfo information --SKIPIF-- <?php include __DIR__ . '/skipi..

Decoded Output download

--TEST--
eos_datastructures phpinfo information
--SKIPIF--
<?php
include __DIR__ . '/skipif.inc';
?>
--FILE--
<?php
$ext = new ReflectionExtension('eos_datastructures');
$ext->info();
?>
--EXPECTF--
eos_datastructures

                            Eos Datastructures                            
Extension => enabled
Type => compiled as %s module
                           DataTypes Available                           
Enum Support => enabled
Struct Support => enabled

Did this file decode correctly?

Original Code

--TEST--
eos_datastructures phpinfo information
--SKIPIF--
<?php
include __DIR__ . '/skipif.inc';
?>
--FILE--
<?php
$ext = new ReflectionExtension('eos_datastructures');
$ext->info();
?>
--EXPECTF--
eos_datastructures

                            Eos Datastructures                            
Extension => enabled
Type => compiled as %s module
                           DataTypes Available                           
Enum Support => enabled
Struct Support => enabled

Function Calls

None

Variables

None

Stats

MD5 a39b18005661a4ae1773d8fcb91e6d66
Eval Count 0
Decode Time 85 ms