php-src/ext/spl/tests/bug48023.phpt

16 lines
265 B
PHP

--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