From 543a1c1a9a9d3f713325ae84098f5df31f7775b4 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 7 Dec 2005 09:34:34 +0000 Subject: [PATCH] Fixed test --- tests/lang/type_hints_003.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang/type_hints_003.phpt b/tests/lang/type_hints_003.phpt index 9f1d2ba07d..0ef3e3516b 100644 --- a/tests/lang/type_hints_003.phpt +++ b/tests/lang/type_hints_003.phpt @@ -11,4 +11,4 @@ class T { ?> --EXPECTF-- -Fatal error: Default value for parameters with a class type hint can only be NULL in %stest.php on line 3 +Fatal error: Default value for parameters with a class type hint can only be NULL in %stype_hints_003.php on line 3 -- 2.50.1