Skip to content

Commit

Permalink
Add missing initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Mar 29, 2003
1 parent db2de46 commit 96231c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 96231c3

Please sign in to comment.