Searched refs:vm_stack_end (Results 1 – 8 of 8) sorted by relevance
164 …ck_top) > (zval *) EG(vm_stack) && EG(vm_stack_end) > (zval *) EG(vm_stack) && EG(vm_stack_top) <=…180 if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) { in zend_vm_stack_push_call_frame_ex()271 EG(vm_stack_end) = prev->end; in zend_vm_stack_free_call_frame_ex()
160 zval *vm_stack_end; member
48 EG(vm_stack_end) = generator->stack->end; in zend_generator_cleanup_unfinished_execution()56 EG(vm_stack_end) = original_stack->end; in zend_generator_cleanup_unfinished_execution()258 EG(vm_stack_end) = current_stack->end; in zend_generator_create_zval()687 EG(vm_stack_end) = generator->stack->end; in zend_generator_resume()717 EG(vm_stack_end) = original_stack->end; in zend_generator_resume()
165 EG(vm_stack_end) = EG(vm_stack)->end; in zend_vm_stack_init()192 EG(vm_stack_end) = stack->end; in zend_vm_stack_extend()2335 EG(vm_stack_end) = EG(vm_stack)->end; in zend_create_generator_execute_data()2423 if (EXPECTED((uint32_t)(EG(vm_stack_end) - EG(vm_stack_top)) > additional_args)) { in zend_vm_stack_extend_call_frame()
7940 …ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)…
1729 …ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)…
1057 EG(vm_stack_end) = original_stack->end; in PHPDBG_COMMAND()
118 EG(vm_stack_end) = tmp->end; \
Completed in 134 milliseconds