summaryrefslogtreecommitdiff
path: root/Zend/tests/numeric_literal_separator_003.phpt
blob: a01af7569ac2cc4910907b5ee2821975c03020cc (plain)
1
2
3
4
5
6
7
8
--TEST--
Invalid use: adjacent underscores
--FILE--
<?php
10__0;
?>
--EXPECTF--
Parse error: syntax error, unexpected identifier "__0" in %s on line %d