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