Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_generators.c270 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
286 ZEND_CALL_VAR(ex, ex->func->op_array.opcodes[try_catch->finally_end].op1.var); in zend_generator_dtor_storage()
291 zval_ptr_dtor(ZEND_CALL_VAR(ex, retval_op->op2.var)); in zend_generator_dtor_storage()
616 …ZVAL_COPY(ZEND_CALL_VAR(new_root->execute_data, yield_from->result.var), &new_root_parent->retval); in zend_generator_update_current()
H A Dzend_compile.h575 #define ZEND_CALL_VAR(call, n) \ macro
604 #define EX_VAR(n) ZEND_CALL_VAR(execute_data, n)
H A Dzend_vm_def.h4631 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4671 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4708 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4755 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4786 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4854 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
4884 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
9616 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
9638 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
9655 arg = ZEND_CALL_VAR(EX(call), opline->result.var);
[all …]
H A Dzend_vm_execute.h4519 param = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_USER_SPEC_CONST_HANDLER()
5436 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_SIMPLE_SPEC_CONST_HANDLER()
5447 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SIMPLE_SPEC_CONST_HANDLER()
6797 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_SPEC_CONST_CONST_HANDLER()
6825 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_CONST_CONST_HANDLER()
9840 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_SPEC_CONST_UNUSED_HANDLER()
9868 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_HANDLER()
9905 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_QUICK_HANDLER()
22149 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAR_SIMPLE_SPEC_VAR_HANDLER()
28910 arg = ZEND_CALL_VAR(EX(call), opline->result.var); in ZEND_SEND_VAR_EX_SIMPLE_SPEC_VAR_UNUSED_HANDLER()
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c2968 ZVAL_UNDEF(ZEND_CALL_VAR(EG(current_execute_data), throw_op->result.var)); in zend_jit_exception_in_interrupt_handler_helper()

Completed in 172 milliseconds