Cleanup after switching from 'parent' constant to '$parent' variable.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-03 12:31:28 +02:00
parent 625a386b69
commit d0840d7eea
3 changed files with 2 additions and 4 deletions

View File

@@ -1589,7 +1589,6 @@ enum ph7_expr_id {
#define PH7_KEYWORD_IMPLEMENTS 39 /* implements */
#define PH7_KEYWORD_INCLUDE 41 /* include */
#define PH7_KEYWORD_INSTANCEOF 0x400 /* instanceof: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_PARENT 44 /* parent */
#define PH7_KEYWORD_PRIVATE 45 /* private */
#define PH7_KEYWORD_FOR 48 /* for */
#define PH7_KEYWORD_FOREACH 49 /* foreach */