Home
last modified time | relevance | path

Searched refs:ZEND_CALL_VAR (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.h567 #define ZEND_CALL_VAR(call, n) \ macro
596 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n)
599 #define EX_VAR_TO_NUM(n) ((uint32_t)(ZEND_CALL_VAR(NULL, n) - ZEND_CALL_VAR_NUM(NULL, 0)))
H A Dzend_generators.c219 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
235 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
240 zval_ptr_dtor(ZEND_CALL_VAR(ex, retval_op->op2.var)); in zend_generator_dtor_storage()
675 … ZVAL_COPY(ZEND_CALL_VAR(root->execute_data, yield_from->result.var), &root->node.parent->retval); in zend_generator_update_current()
H A Dzend_vm_def.h4644 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4663 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_VM_COLD_HELPER()
4684 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4709 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4739 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4802 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4845 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4898 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
9297 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
9320 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
[all …]
H A Dzend_vm_execute.h1865 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in zend_cannot_pass_by_ref_helper_SPEC()
3790 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_SPEC_CONST_HANDLER()
3816 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_CONST_HANDLER()
3842 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_CONST_QUICK_HANDLER()
4690 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_SIMPLE_SPEC_CONST_HANDLER()
4706 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SIMPLE_SPEC_CONST_HANDLER()
13602 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_SPEC_TMPVAR_HANDLER()
18084 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_TMP_HANDLER()
18110 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_TMP_QUICK_HANDLER()
20944 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAR_SPEC_VAR_INLINE_HANDLER()
[all …]

Completed in 168 milliseconds