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