mirror of
https://github.com/php/php-src.git
synced 2024-12-25 01:40:50 +08:00
8 lines
148 B
PHP
8 lines
148 B
PHP
--TEST--
|
|
Invalid use: underscore left of e
|
|
--FILE--
|
|
<?php
|
|
1_e2;
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected '_e2' (T_STRING) in %s on line %d
|