Skip to content

Commit 4f6999c

Browse files
committed
Make zend_compile_var_inner static
1 parent a4e2987 commit 4f6999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9331,7 +9331,7 @@ void zend_compile_expr(znode *result, zend_ast *ast)
93319331
zend_end_short_circuiting_chain(begin_short_circuiting_chain_flags, result);
93329332
}
93339333

9334-
zend_op *zend_compile_var_inner(znode *result, zend_ast *ast, uint32_t type, int by_ref)
9334+
static zend_op *zend_compile_var_inner(znode *result, zend_ast *ast, uint32_t type, int by_ref)
93359335
{
93369336
CG(zend_lineno) = zend_ast_get_lineno(ast);
93379337

0 commit comments

Comments
 (0)