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