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 #48023 (spl_autoload_register didn't addref closures) --FILE-- <?php spl_auto..

Decoded Output download

--TEST--
Bug #48023 (spl_autoload_register didn't addref closures)
--FILE--
<?php
spl_autoload_register(function(){});

new Foo;

?>
===DONE===
--EXPECTF--
Fatal error: Uncaught Error: Class "Foo" not found in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d

Did this file decode correctly?

Original Code

--TEST--
Bug #48023 (spl_autoload_register didn't addref closures)
--FILE--
<?php
spl_autoload_register(function(){});

new Foo;

?>
===DONE===
--EXPECTF--
Fatal error: Uncaught Error: Class "Foo" not found in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d

Function Calls

None

Variables

None

Stats

MD5 c1d9ca2f23d92e1657c0a028fbecccee
Eval Count 0
Decode Time 91 ms