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