1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00
Files
archived-php-src/Zend/tests/numeric_literal_separator_009.phpt
T
Máté Kocsis 7aacc705d0 Add many missing closing PHP tags to tests
Closes GH-5958
2020-08-09 22:03:36 +02:00

9 lines
152 B
PHP

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