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:
@@ -1564,8 +1564,7 @@ enum ph7_expr_id {
|
||||
/* The number '8' is reserved for PH7_TK_ID */
|
||||
#define PH7_KEYWORD_IMPORT 9 /* import */
|
||||
#define PH7_KEYWORD_REQUIRE 10 /* require */
|
||||
#define PH7_KEYWORD_ELIF 0x4000000 /* elseif: MUST BE A POWER OF TWO */
|
||||
#define PH7_KEYWORD_ELSE 0x8000000 /* else: MUST BE A POWER OF TWO */
|
||||
#define PH7_KEYWORD_ELSE 12 /* else */
|
||||
#define PH7_KEYWORD_IF 13 /* if */
|
||||
#define PH7_KEYWORD_FINAL 14 /* final */
|
||||
#define PH7_KEYWORD_STATIC 16 /* static */
|
||||
|
Reference in New Issue
Block a user