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