Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A DREADME.ZEND_VM57 GET_OP<X>_ZVAL_PTR(<TYPE>)
59 GET_OP<X>_ZVAL_PTR_PTR(<TYPE>)
61 GET_OP<X>_OBJ_ZVAL_PTR(<TYPE>)
63 GET_OP<X>_OBJ_ZVAL_PTR_PTR(<TYPE>)
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c842 #define GET_OP(op) CRT_CONSTANT_EX(op_array, opline->op, rt_constants) in zend_optimizer_get_called_func() macro
846 zend_string *function_name = Z_STR_P(GET_OP(op2)); in zend_optimizer_get_called_func()
863 if (opline->op2_type == IS_CONST && Z_TYPE_P(GET_OP(op2)) == IS_STRING) { in zend_optimizer_get_called_func()
864 zval *function_name = GET_OP(op2) + 1; in zend_optimizer_get_called_func()
880 if (opline->op2_type == IS_CONST && Z_TYPE_P(GET_OP(op2)) == IS_STRING) { in zend_optimizer_get_called_func()
884 zend_string *func_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func()
891 && opline->op2_type == IS_CONST && Z_TYPE_P(GET_OP(op2)) == IS_STRING in zend_optimizer_get_called_func()
893 zend_string *method_name = Z_STR_P(GET_OP(op2) + 1); in zend_optimizer_get_called_func()
918 #undef GET_OP in zend_optimizer_get_called_func()

Completed in 11 milliseconds