Revert f1d4d80f65.
All checks were successful
The build was successful.

This commit is contained in:
2019-03-11 08:16:51 +01:00
parent 051bca470e
commit df3d00d02c
3 changed files with 6 additions and 3 deletions

View File

@@ -1601,6 +1601,7 @@ enum ph7_expr_id {
#define PH7_KEYWORD_FINALLY 36 /* finally */
#define PH7_KEYWORD_IMPLEMENTS 39 /* implements */
#define PH7_KEYWORD_INCLUDE 41 /* include */
#define PH7_KEYWORD_EMPTY 42 /* empty */
#define PH7_KEYWORD_INSTANCEOF 0x400 /* instanceof: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_ISSET 43 /* isset */
#define PH7_KEYWORD_PARENT 44 /* parent */