summaryrefslogtreecommitdiff
path: root/Zend/tests/lsb_007.phpt
blob: 607f8efeb43986e0b419eb5bb57b85a0bc4e6c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
ZE2 Late Static Binding ensuring implementing 'static' is not allowed
--FILE--
<?php

class Foo implements static {
}

?>
==DONE==
--EXPECTF--
Parse error: %s error,%sexpecting %s in %s on line %d