summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_literal_separator_006.phpt
blob: a6582d0c396eb424248d81e66e5684a83c22d8ea (plain)
1
2
3
4
5
6
7
8
--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