mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
10 lines
152 B
PHP
10 lines
152 B
PHP
--TEST--
|
|
ZE2 Late Static Binding class name "static"
|
|
--FILE--
|
|
<?php
|
|
class static {
|
|
}
|
|
--EXPECTF--
|
|
Parse error: %s error,%sexpecting %s in %s on line %d
|
|
|