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