CT_CONSTANT_EX    414 Zend/zend_compile.c 	zval_dtor(CT_CONSTANT_EX(op_array, n));
CT_CONSTANT_EX    418 Zend/zend_compile.c 		ZVAL_UNDEF(CT_CONSTANT_EX(op_array, n));
CT_CONSTANT_EX    433 Zend/zend_compile.c 	ZVAL_COPY_VALUE(CT_CONSTANT_EX(op_array, literal_position), zv);
CT_CONSTANT_EX    944 Zend/zend_compile.c 		op1 = CT_CONSTANT_EX(op_array, opline->op1.constant);
CT_CONSTANT_EX    945 Zend/zend_compile.c 		op2 = CT_CONSTANT_EX(op_array, opline->op2.constant);
CT_CONSTANT_EX    985 Zend/zend_compile.c 		op1 = CT_CONSTANT_EX(op_array, opline->op1.constant);
CT_CONSTANT_EX    986 Zend/zend_compile.c 		op2 = CT_CONSTANT_EX(op_array, opline->op2.constant);
CT_CONSTANT_EX   1022 Zend/zend_compile.c 		op1 = CT_CONSTANT_EX(op_array, opline->op1.constant);
CT_CONSTANT_EX   1023 Zend/zend_compile.c 		op2 = CT_CONSTANT_EX(op_array, opline->op2.constant);
CT_CONSTANT_EX   3693 Zend/zend_compile.c 	label = CT_CONSTANT_EX(op_array, opline->op2.constant);
CT_CONSTANT_EX    567 Zend/zend_compile.h 	CT_CONSTANT_EX(CG(active_op_array), (node).constant)
CT_CONSTANT_EX    577 Zend/zend_compile.h 		(node).zv = CT_CONSTANT_EX(op_array, (node).constant); \