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

9 lines
158 B
PHP

--TEST--
Invalid use: underscore next to 0x
--FILE--
<?php
0x_0123;
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "x_0123" in %s on line %d