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