php-src/Zend/tests/numeric_literal_separator_009.phpt

9 lines
152 B
Plaintext
Raw Normal View History

--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