Searched refs:stack_limit (Results 1 – 25 of 25) sorted by relevance
52 static zend_always_inline bool zend_call_stack_overflowed(void *stack_limit) { in zend_call_stack_overflowed() argument53 return (uintptr_t) zend_call_stack_position() <= (uintptr_t) stack_limit; in zend_call_stack_overflowed()
78 EG(stack_limit) = zend_call_stack_limit(base, size, EG(reserved_stack_size)); in zend_call_stack_init()83 EG(stack_limit) = (void*)0; in zend_call_stack_init()93 …EG(stack_limit) = zend_call_stack_limit(base, EG(max_allowed_stack_size), EG(reserved_stack_size)); in zend_call_stack_init()
118 void *stack_limit; member135 state->stack_limit = EG(stack_limit); in zend_fiber_capture_vm_state()152 EG(stack_limit) = state->stack_limit; in zend_fiber_restore_vm_state()592 EG(stack_limit) = zend_fiber_stack_limit(fiber->context.stack); in zend_fiber_execute()
20 if (UNEXPECTED(zend_call_stack_overflowed(EG(stack_limit)))) {
216 void *stack_limit; member
823 executor_globals->stack_limit = (void*)0; in executor_globals_ctor()
107 (size_t) ((uintptr_t) EG(stack_base) - (uintptr_t) EG(stack_limit))); in zend_stack_limit_error()112 if (UNEXPECTED(zend_call_stack_overflowed(EG(stack_limit)))) { in zend_check_stack_limit()
2315 (size_t) ((uintptr_t) EG(stack_base) - (uintptr_t) EG(stack_limit))); in zend_call_stack_size_error()
56987 if (UNEXPECTED(zend_call_stack_overflowed(EG(stack_limit)))) {
26 ["EG(stack_limit)"]=>
37 ["EG(stack_limit)"]=>
51 ["EG(stack_limit)"]=>
41 ["EG(stack_limit)"]=>
48 ["EG(stack_limit)"]=>
44 ["EG(stack_limit)"]=>
54 ["EG(stack_limit)"]=>
61 ["EG(stack_limit)"]=>
63 ["EG(stack_limit)"]=>
66 ["EG(stack_limit)"]=>
320 ["EG(stack_limit)"]=>
19 * Custom Fiber implementations have to initialize EG(stack_limit) and169 * SAPIs that may execute in alternative stacks have to set EG(stack_limit) and
101 EG(stack_limit) = zend_fiber_stack_limit(fiber->context.stack); in zend_test_fiber_execute()
575 str = strpprintf(0, "%p", EG(stack_limit)); in ZEND_FUNCTION()
37 return zend_call_stack_overflowed(EG(stack_limit)); in php_json_check_stack_limit()
992 return zend_call_stack_overflowed(EG(stack_limit)); in php_serialize_check_stack_limit()
Completed in 341 milliseconds