php-src/Zend/tests/numeric_literal_separator_003.phpt
2020-08-09 22:03:36 +02:00

9 lines
152 B
PHP

--TEST--
Invalid use: adjacent underscores
--FILE--
<?php
10__0;
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "__0" in %s on line %d