Home
last modified time | relevance | path

Searched refs:ZEND_CALL_VAR_NUM (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_compile.h488 #define ZEND_CALL_VAR_NUM(call, n) \ macro
492 ZEND_CALL_VAR_NUM(call, ((int)(n)) - 1)
515 #define EX_VAR_NUM(n) ZEND_CALL_VAR_NUM(execute_data, n)
517 #define EX_VAR_TO_NUM(n) (ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0))
H A Dzend_opcode.c622 …opline->extended_value = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opl… in pass_two()
691 …opline->op1.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->op… in pass_two()
696 …opline->op2.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline->op… in pass_two()
699 …opline->result.var = (uint32_t)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, op_array->last_var + opline-… in pass_two()
H A Dzend_execute.h218 zval *end = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); in zend_vm_stack_free_extra_args_ex()
H A Dzend_builtin_functions.c493 …arg = ZEND_CALL_VAR_NUM(ex, ex->func->op_array.last_var + ex->func->op_array.T) + (requested_offse… in ZEND_FUNCTION()
542 p = ZEND_CALL_VAR_NUM(ex, ex->func->op_array.last_var + ex->func->op_array.T); in ZEND_FUNCTION()
2265 p = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); in debug_backtrace_get_args()
H A Dzend_execute_API.c1512 zval *var = ZEND_CALL_VAR_NUM(ex, 0); in zend_rebuild_symbol_table()
H A Dzend_compile.c396 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in lookup_cv()
408 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in lookup_cv()
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h28 #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v))
H A Dzend_optimizer.c68 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in zend_optimizer_lookup_cv()
100 return (int)(zend_intptr_t)ZEND_CALL_VAR_NUM(NULL, i); in zend_optimizer_lookup_cv()

Completed in 129 milliseconds