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

12 lines
267 B
Plaintext
Raw Normal View History

2007-11-06 15:29:32 +00:00
--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--
2008-02-04 15:22:08 +00:00
Fatal error: Class 'Foo' not found in %s on line %d