Home
last modified time | relevance | path

Searched refs:vm_stack_end (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_execute.h172 …ck_top) > (zval *) EG(vm_stack) && EG(vm_stack_end) > (zval *) EG(vm_stack) && EG(vm_stack_top) <=…
197 if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) { in zend_vm_stack_push_call_frame_ex()
282 EG(vm_stack_end) = prev->end; in zend_vm_stack_free_call_frame_ex()
H A Dzend_globals.h160 zval *vm_stack_end; member
H A Dzend_execute.c198 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()
208 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init_ex()
235 EG(vm_stack_end) = stack->end; in zend_vm_stack_extend()
3797 if (EXPECTED((uint32_t)(EG(vm_stack_end) - EG(vm_stack_top)) > additional_args)) { in zend_vm_stack_extend_call_frame()
4538 if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) { in _zend_vm_stack_push_call_frame_ex()
H A Dzend_vm_def.h8293 …ZEND_ASSERT(zend_vm_calc_used_stack(2, call->func) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)…
H A Dzend_vm_execute.h2787 …ZEND_ASSERT(zend_vm_calc_used_stack(2, call->func) <= (size_t)(((char*)EG(vm_stack_end)) - (char*)… in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1011 EG(vm_stack_end) = original_stack->end; in PHPDBG_COMMAND()
/PHP-7.4/ext/soap/
H A Dsoap.c117 EG(vm_stack_end) = tmp->end; \

Completed in 161 milliseconds