diff options
Diffstat (limited to 'Zend/zend_compile.h')
| -rw-r--r-- | Zend/zend_compile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index d5a0b8a11f..8e523c9df4 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -195,6 +195,8 @@ typedef struct _zend_execute_data { struct _zend_execute_data *prev_execute_data; } zend_execute_data; +#define EX(element) execute_data.element + #define IS_CONST (1<<0) #define IS_TMP_VAR (1<<1) |
