blob: 7bf308676c6709bf545d651cbe490090985cb1f7 (
plain)
1
2
3
4
5
6
7
8
|
--TEST--
ZE2 Late Static Binding interface name "static"
--FILE--
<?php
interface static {
}
--EXPECTF--
Parse error: syntax error, unexpected T_STATIC, expecting T_STRING in %slsb_009.php on line 2
|