From 9011deb604e0f82d668aa21c24ed1b21928da55c Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 6 Apr 2009 09:32:39 +0000 Subject: [PATCH] MFH: Use an obscure name --- ext/spl/tests/bug38325.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/spl/tests/bug38325.phpt b/ext/spl/tests/bug38325.phpt index 126e1f3c02..a0d3d4ac3d 100644 --- a/ext/spl/tests/bug38325.phpt +++ b/ext/spl/tests/bug38325.phpt @@ -5,7 +5,7 @@ Bug #38325 (spl_autoload_register() gaves wrong line for "class not found") --FILE-- --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 -- 2.50.1