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