opnum            1926 Zend/zend_compile.c 	uint32_t opnum = get_next_op_number(CG(active_op_array));
opnum            1929 Zend/zend_compile.c 	return opnum;
opnum            1935 Zend/zend_compile.c 	uint32_t opnum = get_next_op_number(CG(active_op_array));
opnum            1938 Zend/zend_compile.c 	return opnum;
opnum            3361 Zend/zend_compile.c 	uint32_t opnum;
opnum            3381 Zend/zend_compile.c 	opnum = get_next_op_number(CG(active_op_array));
opnum            3396 Zend/zend_compile.c 	opline = &CG(active_op_array)->opcodes[opnum];
opnum            3691 Zend/zend_compile.c 	uint32_t opnum = opline - op_array->opcodes;
opnum            3721 Zend/zend_compile.c 		if (elem->try_op > opnum) {
opnum            3724 Zend/zend_compile.c 		if (elem->finally_op && opnum < elem->finally_op - 1
opnum            6206 Zend/zend_compile.c 	uint32_t opnum;
opnum            6210 Zend/zend_compile.c 	opnum = get_next_op_number(CG(active_op_array));
opnum            6218 Zend/zend_compile.c 	opline = &CG(active_op_array)->opcodes[opnum];