diff options
Diffstat (limited to 'Zend/zend_compile.h')
| -rw-r--r-- | Zend/zend_compile.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 821ad72f25..06b70eca4b 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -642,18 +642,6 @@ int zendlex(znode *zendlval TSRMLS_DC); #define ZEND_IMPORT_FUNCTION 116 #define ZEND_IMPORT_CLASS 117 #define ZEND_IMPORT_CONST 118 - -#define ZEND_ASSIGN_ADD_OBJ 121 -#define ZEND_ASSIGN_SUB_OBJ 122 -#define ZEND_ASSIGN_MUL_OBJ 123 -#define ZEND_ASSIGN_DIV_OBJ 124 -#define ZEND_ASSIGN_MOD_OBJ 125 -#define ZEND_ASSIGN_SL_OBJ 126 -#define ZEND_ASSIGN_SR_OBJ 127 -#define ZEND_ASSIGN_CONCAT_OBJ 128 -#define ZEND_ASSIGN_BW_OR_OBJ 129 -#define ZEND_ASSIGN_BW_AND_OBJ 130 -#define ZEND_ASSIGN_BW_XOR_OBJ 131 #define ZEND_PRE_INC_OBJ 132 #define ZEND_PRE_DEC_OBJ 133 |
