php-8.0.30-src/Zend/tests/numeric_literal_separator_0...

9 lines
158 B
PHP

--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