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