Get rid of known from PHP 'elseif' construction.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
@@ -623,7 +623,6 @@ static sxu32 KeywordCode(const char *z, int n) {
|
||||
{"foreach", PH7_KEYWORD_FOREACH},
|
||||
{"switch", PH7_KEYWORD_SWITCH},
|
||||
{"else", PH7_KEYWORD_ELSE},
|
||||
{"elseif", PH7_KEYWORD_ELIF},
|
||||
{"if", PH7_KEYWORD_IF},
|
||||
{"while", PH7_KEYWORD_WHILE},
|
||||
/* Reserved keywords */
|
||||
|
Reference in New Issue
Block a user