mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
6d8760677d
- altered EXPECT for parser errors. This may or may not be a Good Thing.
9 lines
172 B
PHP
9 lines
172 B
PHP
--TEST--
|
|
ZE2 Late Static Binding class name "static"
|
|
--FILE--
|
|
<?php
|
|
class static {
|
|
}
|
|
--EXPECTF--
|
|
Parse error: parse error, expecting `T_STRING' in %slsb_008.php on line %d
|