if_end_op_number 1247 Zend/zend_compile.c 	int if_end_op_number = get_next_op_number(CG(active_op_array));
if_end_op_number 1260 Zend/zend_compile.c 	zend_llist_add_element(jmp_list_ptr, &if_end_op_number);
if_end_op_number 1262 Zend/zend_compile.c 	CG(active_op_array)->opcodes[closing_bracket_token->u.op.opline_num].op2.opline_num = if_end_op_number+1;