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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 20e2928151..39237d61b3 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -146,6 +146,8 @@ struct _zend_op_array {
zend_bool uses_this;
char *filename;
+ int line_start;
+ int line_end;
void *reserved[ZEND_MAX_RESERVED_RESOURCES];
};