Home
last modified time | relevance | path

Searched refs:max_allowed_stack_size (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_003.phpt2 Stack limit 003 - Stack limit checks with fixed max_allowed_stack_size
10 zend.max_allowed_stack_size=256K
64 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
65 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
66 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_001.phpt2 Stack limit 001 - Stack limit checks with max_allowed_stack_size detection
79 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
80 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
81 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
82 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_002.phpt2 Stack limit 002 - Stack limit checks with max_allowed_stack_size detection (fibers)
82 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
83 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
84 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
85 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_011.phpt10 zend.max_allowed_stack_size=256K
51 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
52 Previous: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_si…
H A Dstack_limit_013.phpt10 zend.max_allowed_stack_size=64K
120 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
H A Dstack_limit_012.phpt10 zend.max_allowed_stack_size=256K
41 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
H A Dstack_limit_007.phpt10 zend.max_allowed_stack_size=256K
44 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_008.phpt10 zend.max_allowed_stack_size=256K
58 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_004.phpt2 Stack limit 004 - Stack limit checks with fixed max_allowed_stack_size (fibers)
H A Dstack_limit_006.phpt323 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
324 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
325 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_005.phpt10 zend.max_allowed_stack_size=128K
68 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
/PHP-8.3/Zend/
H A Dzend_call_stack.c67 switch (EG(max_allowed_stack_size)) { in zend_call_stack_init()
87 ZEND_ASSERT(EG(max_allowed_stack_size) > 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()
H A Dzend_globals.h297 zend_long max_allowed_stack_size; member
H A Dzend.c195 EG(max_allowed_stack_size) = size; in ZEND_INI_MH()
267 …_stack_size", "0", ZEND_INI_SYSTEM, OnUpdateMaxAllowedStackSize, max_allowed_stack_size, zend_exe…
/PHP-8.3/
H A DUPGRADING25 `zend.max_allowed_stack_size-zend.reserved_stack_size` bytes of stack
609 - zend.max_allowed_stack_size
617 stack exceeds `zend.max_allowed_stack_size-zend.reserved_stack_size`
644 by the INI directives zend.max_allowed_stack_size,

Completed in 24 milliseconds