From b8844d88a3fe8c9c80f84fb04d6df9363af3a96b Mon Sep 17 00:00:00 2001 From: bananeweizen Date: Fri, 20 Jan 2006 08:53:10 +0000 Subject: [PATCH] bugfix 1330522: =0) { + if (getNextChar('M','m')>=0) { + if (getNextChar('L','l')>=0) { + foundXML=true; + } + } + } + if (!foundXML) { + phpMode = true; + } if (phpShortTag) { fFillerToken = TokenNameECHO_INVISIBLE; } return TokenNameINLINE_HTML; } } else { - int test = getNextChar('H', 'h'); - if (test >= 0) { - test = getNextChar('P', 'p'); - if (test >= 0) { + if (getNextChar('H', 'h') >= 0) { + if (getNextChar('P', 'p') >= 0) { //