php-src/ext/spl/tests/bug38325.phpt
2008-05-24 14:12:00 +00:00

10 lines
203 B
PHP

--TEST--
Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
--FILE--
<?php
spl_autoload_register();
new Foo();
?>
--EXPECTF--
Fatal error: Class 'Foo' not found in %s on line %d