summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_literal_separator_007.phpt
blob: c660ee523e8168ce4ac3ffaec59d5665391f2803 (plain)
1
2
3
4
5
6
7
8
--TEST--
Invalid use: underscore next to 0b
--FILE--
<?php
0b_0101;
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "b_0101" in %s on line %d