blob: c28e815be03a019f5855143c736302f20ef5c5dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--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
|