mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
8 lines
153 B
PHP
8 lines
153 B
PHP
--TEST--
|
|
Invalid use: underscore left of period
|
|
--FILE--
|
|
<?php
|
|
100_.0;
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected '_' (T_STRING) in %s on line %d
|