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
When a closure is passed via a first class callable method, maybe serialize the given class, then call the method on the deserialized class?
Currently we need to use string references instead of these first class callable features we have now available.
Heya. We don't believe this library is responsible for making sure something like xdebug_break works when serialising closures. If you could solve this one in a clean manner we could maybe consider a PR. Thanks.
Serializable Closure Version
1.3.3
PHP Version
8.1.19
Description
When a closure is passed via a first class callable method xdebug doesn't know where it is.
When a closure is passed via a first class callable method, maybe serialize the given class, then call the method on the deserialized class?
Currently we need to use string references instead of these first class callable features we have now available.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: