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

index 126e1f3c023f263b8a7fd12f396b53446f360f9b..a0d3d4ac3d7b60b302866fe1abe0d5c2462df1a2 100644 (file)
@@ -5,7 +5,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