diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2010-05-26 11:00:05 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2010-05-26 11:00:05 +0000 |
commit | 16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd (patch) | |
tree | b2202ff572eaec66a31e4c99f533b7b2f36aa8f3 /tests/classes | |
parent | ce682f1b269c90f8c9a8ae37c394ea6b96c893a5 (diff) | |
download | php-git-16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd.tar.gz |
Fixed test
Diffstat (limited to 'tests/classes')
-rwxr-xr-x | tests/classes/type_hinting_003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |