mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
10 lines
160 B
PHP
10 lines
160 B
PHP
--TEST--
|
|
ZE2 Late Static Binding interface name "static"
|
|
--FILE--
|
|
<?php
|
|
interface static {
|
|
}
|
|
--EXPECTF--
|
|
Parse error: %s error,%sexpecting %s in %s on line %d
|
|
|