xref: /PHP-7.4/Zend/tests/bug78454_1.phpt (revision 1a78bdab)
1--TEST--
2Invalid consecutive numeric separators after hex literal
3--FILE--
4<?php
50x0__F;
6--EXPECTF--
7Parse error: syntax error, unexpected '__F' (T_STRING) in %s on line %d
8