You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prototype I mention in #83 (comment) will detect closures that would be provided to set_error_handler(). It won't detect regular callables ( like 'myfunc' or [$this, 'myfunc'] ).
These callables could be Closure, hence objects that take some space in memory.
The text was updated successfully, but these errors were encountered: