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-- Bug#57249 - Sutdown bug with runkit_import on a function-static variable --SKIPIF..

Decoded Output download

--TEST--
Bug#57249 - Sutdown bug with runkit_import on a function-static variable
--SKIPIF--
<?php if(!extension_loaded("runkit")) print "skip"; ?>
--FILE--
<?php
runkit_import('bug57249.inc', RUNKIT_IMPORT_CLASS_METHODS);
$g_oBuggyObject = new cBuggyClass();
$g_oBuggyObject->mBuggyMethod();

class cBuggyClass { }

--EXPECT--
mBuggyMethod();
 ?>

Did this file decode correctly?

Original Code

--TEST--
Bug#57249 - Sutdown bug with runkit_import on a function-static variable
--SKIPIF--
<?php if(!extension_loaded("runkit")) print "skip"; ?>
--FILE--
<?php
runkit_import('bug57249.inc', RUNKIT_IMPORT_CLASS_METHODS);
$g_oBuggyObject = new cBuggyClass();
$g_oBuggyObject->mBuggyMethod();

class cBuggyClass { }

--EXPECT--
mBuggyMethod();

Function Calls

None

Variables

None

Stats

MD5 504588c97f7cc37dd695723034488905
Eval Count 0
Decode Time 100 ms