Mathieu Kooiman
Mathieu Kooiman
The prototype I mention in https://github.com/BitOne/php-meminfo/issues/83#issuecomment-432153953 will detect closures that would be provided to `set_error_handler()`. It won't detect regular callables ( like `'myfunc'` or `[$this, 'myfunc']` ). ```php
I have a prototype change available (https://github.com/mathieuk/php-meminfo/tree/browse_object_store) that will somewhat detect that an instance of Y and X still exist in memory at the time. The output for now would...
Hi @BitOne, I've had a few brush-ins with circular references and when you're using frameworks (like Laravel, which I'm using) it can be a real hassle to find out where...