1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Files
archived-php-src/Zend/tests/numeric_literal_separator_006.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
158 B
PHP

--TEST--
Invalid use: underscore next to 0x
--FILE--
<?php
0x_0123;
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "x_0123" in %s on line %d