mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
7aacc705d0
Closes GH-5958
9 lines
151 B
PHP
9 lines
151 B
PHP
--TEST--
|
|
Invalid use: underscore left of e
|
|
--FILE--
|
|
<?php
|
|
1_e2;
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected identifier "_e2" in %s on line %d
|