summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_compile.c')
-rw-r--r--Zend/zend_compile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index c46fcd55c2..8de33ae5a0 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -975,6 +975,7 @@ void zend_do_begin_function_declaration(znode *function_token, znode *function_n
op_array.scope = CG(active_class_entry);
op_array.ns = CG(active_namespace);
+ op_array.prototype = NULL;
op_array.line_start = CG(zend_lineno);