mirror of
https://github.com/php/php-src.git
synced 2025-01-05 18:33:56 +08:00
7aacc705d0
Closes GH-5958
9 lines
148 B
PHP
9 lines
148 B
PHP
--TEST--
|
|
Invalid use: trailing underscore
|
|
--FILE--
|
|
<?php
|
|
100_;
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected identifier "_" in %s on line %d
|