mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
14 lines
201 B
PHP
14 lines
201 B
PHP
--TEST--
|
|
ZE2 Late Static Binding ensuring extending 'static' is not allowed
|
|
--FILE--
|
|
<?php
|
|
|
|
class Foo extends static {
|
|
}
|
|
|
|
?>
|
|
==DONE==
|
|
--EXPECTF--
|
|
Parse error: %s error,%sexpecting %s in %s on line %d
|
|
|