From 16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 26 May 2010 11:00:05 +0000 Subject: [PATCH] Fixed test --- tests/classes/type_hinting_003.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/classes/type_hinting_003.phpt b/tests/classes/type_hinting_003.phpt index 431d66eabc..a966210fba 100755 --- a/tests/classes/type_hinting_003.phpt +++ b/tests/classes/type_hinting_003.phpt @@ -57,4 +57,4 @@ array(1) { int(25) } -Catchable fatal error: Argument 1 passed to Test::f1() must be an array, integer given, called in %stype_hinting_003.php on line %d and defined in %stype_hinting_003.php on line %d +Catchable fatal error: Argument 1 passed to Test::f1() must be of the type array, integer given, called in %s on line %d and defined in %s on line %d -- 2.40.0