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