From: Ilia Alshanetsky Date: Wed, 26 May 2010 11:00:05 +0000 (+0000) Subject: Fixed test X-Git-Tag: php-5.4.0alpha1~191^2~1423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd;p=php Fixed test --- 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