Skip to content

Commit

Permalink
Make zend_compile_var_inner static
Browse files Browse the repository at this point in the history
  • Loading branch information
iluuu1994 committed Jul 1, 2020
1 parent a4e2987 commit 4f6999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -9331,7 +9331,7 @@ void zend_compile_expr(znode *result, zend_ast *ast)
zend_end_short_circuiting_chain(begin_short_circuiting_chain_flags, result);
}

zend_op *zend_compile_var_inner(znode *result, zend_ast *ast, uint32_t type, int by_ref)
static zend_op *zend_compile_var_inner(znode *result, zend_ast *ast, uint32_t type, int by_ref)
{
CG(zend_lineno) = zend_ast_get_lineno(ast);

Expand Down

0 comments on commit 4f6999c

Please sign in to comment.