summaryrefslogtreecommitdiff
path: root/tests/classes/type_hinting_005d.phpt
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2009-04-25 21:12:23 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2009-04-25 21:12:23 +0000
commit34bb7e71129237d885335ff2d64743932c1a4d16 (patch)
treee2262a5ede5f07f0b8161af04621113699ea3d88 /tests/classes/type_hinting_005d.phpt
parent1de42cc3cbbd4b0030718bf27241871e443745e4 (diff)
downloadphp-git-34bb7e71129237d885335ff2d64743932c1a4d16.tar.gz
Fixed tests (mostly MFB)
Diffstat (limited to 'tests/classes/type_hinting_005d.phpt')
-rw-r--r--tests/classes/type_hinting_005d.phpt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/classes/type_hinting_005d.phpt b/tests/classes/type_hinting_005d.phpt
index 47ebf57ee9..60dda0ff24 100644
--- a/tests/classes/type_hinting_005d.phpt
+++ b/tests/classes/type_hinting_005d.phpt
@@ -9,4 +9,6 @@ Class D extends C { function f(array $a) {} }
?>
==DONE==
--EXPECTF--
-Fatal error: Declaration of D::f() must be compatible with that of C::f() in %s on line 5 \ No newline at end of file
+Strict Standards: Declaration of D::f() should be compatible with that of C::f() in %s on line 5
+Array hint, should be nothing.
+==DONE== \ No newline at end of file