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

10 lines
276 B
Plaintext
Raw Normal View History

--TEST--
Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
--FILE--
<?php
spl_autoload_register();
2009-04-06 09:31:52 +00:00
new ThisClassDoesNotExistEverFoo();
?>
--EXPECTF--
2009-04-06 09:31:52 +00:00
Fatal error: spl_autoload(): Class ThisClassDoesNotExistEverFoo could not be loaded in %s on line 3