Home
last modified time | relevance | path

Searched refs:GET_OP (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/Zend/
H A DREADME.md89 GET_OP<X>_ZVAL_PTR(<TYPE>)
91 GET_OP<X>_ZVAL_PTR_PTR(<TYPE>)
93 GET_OP<X>_OBJ_ZVAL_PTR(<TYPE>)
95 GET_OP<X>_OBJ_ZVAL_PTR_PTR(<TYPE>)
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.c810 #define GET_OP(op) CRT_CONSTANT_EX(op_array, opline, opline->op, rt_constants) in zend_optimizer_get_called_func() macro
814 zend_string *function_name = Z_STR_P(GET_OP(op2)); in zend_optimizer_get_called_func()
831 if (opline->op2_type == IS_CONST && Z_TYPE_P(GET_OP(op2)) == IS_STRING) { in zend_optimizer_get_called_func()
832 zval *function_name = GET_OP(op2) + 1; in zend_optimizer_get_called_func()
848 if (opline->op2_type == IS_CONST && Z_TYPE_P(GET_OP(op2)) == IS_STRING) { in zend_optimizer_get_called_func()
852 zend_string *func_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func()
866 && opline->op2_type == IS_CONST && Z_TYPE_P(GET_OP(op2)) == IS_STRING in zend_optimizer_get_called_func()
868 zend_string *method_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func()
893 #undef GET_OP in zend_optimizer_get_called_func()

Completed in 9 milliseconds