mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
That's slightly clearer that way :)
This commit is contained in:
parent
c34896aba8
commit
5b12d6077e
@ -1088,8 +1088,7 @@ NEWLINE ("\r"|"\n"|"\r\n")
|
||||
|
||||
|
||||
<INITIAL>"<%="|"<?=" {
|
||||
if ((yytext[1]=='%' && CG(asp_tags))
|
||||
|| (yytext[1]=='?' && CG(short_tags))) {
|
||||
if ((yytext[1]=='%' && CG(asp_tags)) || (yytext[1]=='?' && CG(short_tags))) {
|
||||
zendlval->value.str.val = yytext; /* no copying - intentional */
|
||||
zendlval->value.str.len = yyleng;
|
||||
zendlval->type = IS_STRING;
|
||||
|
Loading…
Reference in New Issue
Block a user