laravel-multilingual-routes icon indicating copy to clipboard operation
laravel-multilingual-routes copied to clipboard

Maximum function nesting level of '256' reached, aborting!

Open hinink opened this issue 2 years ago • 2 comments

Maximum function nesting level of '256' reached, aborting!

hinink avatar Sep 23 '21 07:09 hinink

@zc520yzy Do you have any code to reproduce?

chinleung avatar Sep 23 '21 12:09 chinleung

This exception is caused by a recursive call that keeps going as the stop condition isn't reached, it's an error thrown mostly from xdebug, could you please provide a code sample from where this issue is happening?

AbdullahFaqeir avatar Oct 07 '21 16:10 AbdullahFaqeir