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 #71204 (segfault if clean spl_autoload_funcs while autoloading ) --FILE-- <?p..
Decoded Output download
--TEST--
Bug #71204 (segfault if clean spl_autoload_funcs while autoloading )
--FILE--
<?php
spl_autoload_register(function ($name) {
spl_autoload_unregister("spl_autoload_call");
});
spl_autoload_register(function ($name) {
});
new A();
?>
--EXPECTF--
Fatal error: Uncaught Error: Class "A" not found in %s:%d
Stack trace:
#0 {main}
thrown in %sbug71204.php on line %d
Did this file decode correctly?
Original Code
--TEST--
Bug #71204 (segfault if clean spl_autoload_funcs while autoloading )
--FILE--
<?php
spl_autoload_register(function ($name) {
spl_autoload_unregister("spl_autoload_call");
});
spl_autoload_register(function ($name) {
});
new A();
?>
--EXPECTF--
Fatal error: Uncaught Error: Class "A" not found in %s:%d
Stack trace:
#0 {main}
thrown in %sbug71204.php on line %d
Function Calls
None |
Stats
MD5 | d2050c47561051e1cd91e7fcd558c700 |
Eval Count | 0 |
Decode Time | 94 ms |