mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
8 lines
148 B
PHP
8 lines
148 B
PHP
--TEST--
|
|
Invalid use: trailing underscore
|
|
--FILE--
|
|
<?php
|
|
100_;
|
|
?>
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected identifier "_" in %s on line %d
|