next_op_number   1270 Zend/zend_compile.c 	int next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   1276 Zend/zend_compile.c 		CG(active_op_array)->opcodes[*((int *) le->data)].op1.opline_num = next_op_number;
next_op_number   4873 Zend/zend_compile.c 	int next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   4886 Zend/zend_compile.c 	op_token->u.op.opline_num = next_op_number;
next_op_number   4908 Zend/zend_compile.c 	int next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   4921 Zend/zend_compile.c 	op_token->u.op.opline_num = next_op_number;
next_op_number   5016 Zend/zend_compile.c 		int next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   5018 Zend/zend_compile.c 		CG(active_op_array)->opcodes[case_list->u.op.opline_num].op1.opline_num = next_op_number;
next_op_number   5045 Zend/zend_compile.c 	int next_op_number;
next_op_number   5064 Zend/zend_compile.c 	next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   5069 Zend/zend_compile.c 	case_token->u.op.opline_num = next_op_number;
next_op_number   5074 Zend/zend_compile.c 	next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   5075 Zend/zend_compile.c 	CG(active_op_array)->opcodes[case_list->u.op.opline_num].op1.opline_num = next_op_number;
next_op_number   5081 Zend/zend_compile.c 	int next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   5087 Zend/zend_compile.c 	result->u.op.opline_num = next_op_number;
next_op_number   5102 Zend/zend_compile.c 	int next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   5111 Zend/zend_compile.c 	default_token->u.op.opline_num = next_op_number;
next_op_number   5113 Zend/zend_compile.c 	next_op_number = get_next_op_number(CG(active_op_array));
next_op_number   5114 Zend/zend_compile.c 	switch_entry_ptr->default_case = next_op_number;
next_op_number   5119 Zend/zend_compile.c 	CG(active_op_array)->opcodes[case_list->u.op.opline_num].op1.opline_num = next_op_number;