summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2009-04-06 09:31:52 +0000
committerHannes Magnusson <bjori@php.net>2009-04-06 09:31:52 +0000
commit33e01788eff03fd00bd602ef66c5dbd711fb9d4f (patch)
treed40e1b1445db08124cdafbe390564560d3f79999
parent49e4959a6d419b4f73f8015af07c5d9c80f0acab (diff)
downloadphp-git-33e01788eff03fd00bd602ef66c5dbd711fb9d4f.tar.gz
MFH: Use obscure name
-rw-r--r--ext/spl/tests/bug38325.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/bug38325.phpt b/ext/spl/tests/bug38325.phpt
index 959a451d22..ddb2829da4 100644
--- a/ext/spl/tests/bug38325.phpt
+++ b/ext/spl/tests/bug38325.phpt
@@ -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