mirror of
https://github.com/php/php-src.git
synced 2024-12-20 15:30:38 +08:00
8 lines
155 B
PHP
8 lines
155 B
PHP
--TEST--
|
|
Invalid use: underscore right of period
|
|
--FILE--
|
|
<?php
|
|
100._0;
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected '_0' (T_STRING) in %s on line %d
|