1--TEST--
2Invalid use: underscore next to 0x
3--FILE--
4<?php
50x_0123;
6?>
7--EXPECTF--
8Parse error: syntax error, unexpected identifier "x_0123" in %s on line %d
9