summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2010-05-26 11:00:05 +0000
committerIlia Alshanetsky <iliaa@php.net>2010-05-26 11:00:05 +0000
commit16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd (patch)
treeb2202ff572eaec66a31e4c99f533b7b2f36aa8f3 /tests/classes
parentce682f1b269c90f8c9a8ae37c394ea6b96c893a5 (diff)
downloadphp-git-16c90b0a2dabed21e94ced1f896b4a6e4fbce8bd.tar.gz
Fixed test
Diffstat (limited to 'tests/classes')
-rwxr-xr-xtests/classes/type_hinting_003.phpt2
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