summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 3525198d91..fb3bafa737 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -89,6 +89,7 @@ struct _zend_op {
typedef struct _zend_brk_cont_element {
+ int start;
int cont;
int brk;
int parent;