1--TEST-- 2Invalid use: underscore right of period 3--FILE-- 4<?php 5100._0; 6?> 7--EXPECTF-- 8Parse error: syntax error, unexpected identifier "_0" in %s on line %d 9