php-src/Zend/tests/numeric_literal_separator_002.phpt
2020-08-09 22:03:36 +02:00

9 lines
148 B
PHP

--TEST--
Invalid use: trailing underscore
--FILE--
<?php
100_;
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "_" in %s on line %d