Protection
10/39
How did it start?
Help By Error Messages
•
Stack overflow in PHP
•
Infinite recursion
Xdebug protects, level can be set with:
xdebug.max_nesting_level=4
Fatal error: Maximum function nesting level of '4' reached, aborting! in /home/httpd/html/test/xdebug/infinite.php on line 11.