mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
8 lines
145 B
PHP
8 lines
145 B
PHP
--TEST--
|
|
Invalid use: trailing underscore
|
|
--FILE--
|
|
<?php
|
|
100_;
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected '_' (T_STRING) in %s on line %d
|