Searched refs:max_allowed_stack_size (Results 1 – 17 of 17) sorted by relevance
2 Stack limit 003 - Stack limit checks with fixed max_allowed_stack_size10 zend.max_allowed_stack_size=256K64 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…
2 Stack limit 001 - Stack limit checks with max_allowed_stack_size detection66 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…67 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…68 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
2 Stack limit 002 - Stack limit checks with max_allowed_stack_size detection (fibers)69 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…70 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…71 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
10 zend.max_allowed_stack_size=256K51 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…
10 zend.max_allowed_stack_size=64K120 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
10 zend.max_allowed_stack_size=256K41 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
10 zend.max_allowed_stack_size=256K44 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
10 zend.max_allowed_stack_size=256K58 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
2 Stack limit 004 - Stack limit checks with fixed max_allowed_stack_size (fibers)
323 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…
10 zend.max_allowed_stack_size=128K68 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
5 if (ini_get('zend.max_allowed_stack_size') === false) {13 zend.max_allowed_stack_size=512K
67 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()
297 zend_long max_allowed_stack_size; member
195 EG(max_allowed_stack_size) = size; in ZEND_INI_MH()267 …_stack_size", "0", ZEND_INI_SYSTEM, OnUpdateMaxAllowedStackSize, max_allowed_stack_size, zend_exe…
25 `zend.max_allowed_stack_size-zend.reserved_stack_size` bytes of stack609 - zend.max_allowed_stack_size617 stack exceeds `zend.max_allowed_stack_size-zend.reserved_stack_size`644 by the INI directives zend.max_allowed_stack_size,
Completed in 27 milliseconds