expressionList();
if (token == TokenNameSEMICOLON) {
getNextToken();
- if (token != TokenNameINLINE_HTML) {
- // TODO should this become a configurable warning?
- reportSyntaxError("Probably '?>' expected after PHP short tag expression (only the first expression will be echoed).");
- }
+// if (token != TokenNameINLINE_HTML) {
+// // TODO should this become a configurable warning?
+// reportSyntaxError("Probably '?>' expected after PHP short tag expression (only the first expression will be echoed).");
+// }
} else {
if (token != TokenNameINLINE_HTML) {
throwSyntaxError("';' expected after PHP short tag '<?=' expression.");