mirror of
https://github.com/php/php-src.git
synced 2024-12-16 05:15:03 +08:00
7aacc705d0
Closes GH-5958
9 lines
152 B
PHP
9 lines
152 B
PHP
--TEST--
|
|
Invalid use: underscore right of e
|
|
--FILE--
|
|
<?php
|
|
1e_2;
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected identifier "e_2" in %s on line %d
|