MFH: Use obscure name

This commit is contained in:
Hannes Magnusson 2009-04-06 09:31:52 +00:00
parent 49e4959a6d
commit 33e01788ef

View File

@ -3,7 +3,7 @@ Bug #38325 (spl_autoload_register() gaves wrong line for "class not found")
--FILE--
<?php
spl_autoload_register();
new Foo();
new ThisClassDoesNotExistEverFoo();
?>
--EXPECTF--
Fatal error: spl_autoload(): Class Foo could not be loaded in %s on line 3
Fatal error: spl_autoload(): Class ThisClassDoesNotExistEverFoo could not be loaded in %s on line 3