Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_call_stack.c77 EG(stack_base) = base; in zend_call_stack_init()
82 EG(stack_base) = (void*)0; in zend_call_stack_init()
92 EG(stack_base) = base; in zend_call_stack_init()
301 void *stack_base; in zend_call_stack_get_freebsd_sysctl() local
303 size_t len = sizeof(stack_base); in zend_call_stack_get_freebsd_sysctl()
309 if (sysctl(mib, sizeof(mib)/sizeof(*mib), &stack_base, &len, NULL, 0) != 0) { in zend_call_stack_get_freebsd_sysctl()
323 stack->base = stack_base; in zend_call_stack_get_freebsd_sysctl()
H A Dzend_fibers.c117 void *stack_base; member
134 state->stack_base = EG(stack_base); in zend_fiber_capture_vm_state()
151 EG(stack_base) = state->stack_base; in zend_fiber_restore_vm_state()
591 EG(stack_base) = zend_fiber_stack_base(fiber->context.stack); in zend_fiber_execute()
H A Dzend_globals.h215 void *stack_base; member
H A Dzend.c822 executor_globals->stack_base = (void*)0; in executor_globals_ctor()
H A Dzend_execute.c2315 (size_t) ((uintptr_t) EG(stack_base) - (uintptr_t) EG(stack_limit))); in zend_call_stack_size_error()
H A Dzend_compile.c107 (size_t) ((uintptr_t) EG(stack_base) - (uintptr_t) EG(stack_limit))); in zend_stack_limit_error()
/PHP-8.3/
H A DUPGRADING.INTERNALS20 EG(stack_base).
170 EG(stack_base)
/PHP-8.3/ext/zend_test/
H A Dfiber.c99 EG(stack_base) = zend_fiber_stack_base(fiber->context.stack); in zend_test_fiber_execute()

Completed in 73 milliseconds