summaryrefslogtreecommitdiff
path: root/Zend/tests/lsb_007.phpt
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2007-11-11 22:11:25 +0000
committerJohannes Schlüter <johannes@php.net>2007-11-11 22:11:25 +0000
commit18a656de6fa750406aec4000a47fadbff4f2e52a (patch)
treea150dee530be8dab63d18a780377dac7bb72c8af /Zend/tests/lsb_007.phpt
parentd7b921c02b1872765df55181c6753583207a814e (diff)
downloadphp-git-18a656de6fa750406aec4000a47fadbff4f2e52a.tar.gz
- MFH: static can't be used as type hint, fixes #43126 (Etienne Kneuss)
Diffstat (limited to 'Zend/tests/lsb_007.phpt')
-rw-r--r--Zend/tests/lsb_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/lsb_007.phpt b/Zend/tests/lsb_007.phpt
index a20a826166..6366f09b0f 100644
--- a/Zend/tests/lsb_007.phpt
+++ b/Zend/tests/lsb_007.phpt
@@ -9,4 +9,4 @@ class Foo implements static {
?>
==DONE==
--EXPECTF--
-Fatal error: Cannot use 'static' as interface name as it is reserved in %s on line %d
+Parse error: syntax error, unexpected T_STATIC, expecting T_STRING or T_PAAMAYIM_NEKUDOTAYIM in %s on line %d