mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
WS
This commit is contained in:
parent
b1516d95e0
commit
6aa70b577d
12 changed files with 23 additions and 23 deletions
|
@ -103,7 +103,7 @@ static void zend_compile_assign(znode *result, zend_ast *ast);
|
|||
zend_never_inline static void zend_stack_limit_error(void)
|
||||
{
|
||||
zend_error_noreturn(E_COMPILE_ERROR,
|
||||
"Maximum call stack size of %zu bytes (zend.max_allowed_stack_size-zend.reserved_stack_size) reached during compilation. Try splitting expression",
|
||||
"Maximum call stack size of %zu bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached during compilation. Try splitting expression",
|
||||
(size_t) ((uintptr_t) EG(stack_base) - (uintptr_t) EG(stack_limit)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue