summaryrefslogtreecommitdiff
path: root/ext/spl/tests/bug38325.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/bug38325.phpt')
-rw-r--r--ext/spl/tests/bug38325.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/bug38325.phpt b/ext/spl/tests/bug38325.phpt
index 1911fc8eaf..5fa521a96c 100644
--- a/ext/spl/tests/bug38325.phpt
+++ b/ext/spl/tests/bug38325.phpt
@@ -6,7 +6,7 @@ spl_autoload_register();
new ThisClassDoesNotExistEverFoo();
?>
--EXPECTF--
-Fatal error: Uncaught Error: Class 'ThisClassDoesNotExistEverFoo' not found in %s:%d
+Fatal error: Uncaught Error: Class "ThisClassDoesNotExistEverFoo" not found in %s:%d
Stack trace:
#0 {main}
thrown in %s on line 3