From: Xinchen Hui Date: Tue, 28 Jun 2016 07:54:20 +0000 (+0800) Subject: Fixed build X-Git-Tag: php-7.1.0alpha3~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8a9e9816678e051d279ec687be423079c9ccdd4;p=php Fixed build --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 7bb70d2824..f5f1999c64 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -4529,7 +4529,7 @@ void zend_compile_switch(zend_ast *ast) /* {{{ */ zend_begin_loop(ZEND_NOP, NULL); zend_compile_stmt(stmt_ast); - zend_end_loop(get_next_op_number(CG(active_op_array))); + zend_end_loop(get_next_op_number(CG(active_op_array)), NULL); return; }