summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_literal_separator_005.phpt
blob: 0c86ecfa5e23241a5385dbd536075adbd00672bc (plain)
1
2
3
4
5
6
7
--TEST--
Invalid use: underscore right of period
--FILE--
<?php
100._0;
--EXPECTF--
Parse error: syntax error, unexpected identifier "_0" in %s on line %d