summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_literal_separator_006.phpt
blob: 14bd290992e0f3786c2c9694a41320b3ada86fb9 (plain)
1
2
3
4
5
6
7
--TEST--
Invalid use: underscore next to 0x
--FILE--
<?php
0x_0123;
--EXPECTF--
Parse error: syntax error, unexpected 'x_0123' (T_STRING) in %s on line %d