mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
8 lines
149 B
PHP
8 lines
149 B
PHP
--TEST--
|
|
Invalid use: adjacent underscores
|
|
--FILE--
|
|
<?php
|
|
10__0;
|
|
--EXPECTF--
|
|
Parse error: syntax error, unexpected '__0' (T_STRING) in %s on line %d
|