php-src/ext/spl/tests/bug38325.phpt
2008-02-04 15:22:08 +00:00

12 lines
267 B
PHP

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