VAR & FUNCTION are no longer valid keywords.
All checks were successful
The build was successful.

This commit is contained in:
2019-03-22 18:47:46 +01:00
parent 59e2743a60
commit 135e7c9698
2 changed files with 0 additions and 5 deletions

View File

@@ -635,9 +635,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"isset", PH7_KEYWORD_ISSET},
{"require", PH7_KEYWORD_REQUIRE},
{"return", PH7_KEYWORD_RETURN},
/* Other keywords */
{"function", PH7_KEYWORD_FUNCTION},
{"var", PH7_KEYWORD_VAR}
};
if(n < 2) {
return PH7_TK_ID;