]> granicus.if.org Git - php/commitdiff
MFH: Use obscure name
authorHannes Magnusson <bjori@php.net>
Mon, 6 Apr 2009 09:31:52 +0000 (09:31 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 6 Apr 2009 09:31:52 +0000 (09:31 +0000)
ext/spl/tests/bug38325.phpt

index 959a451d22f83bad637059e5dda7cf42b485206f..ddb2829da4dee19fbc6742f49234e970e614d9f0 100644 (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