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