Arnaud Le Blanc

Results 60 comments of Arnaud Le Blanc

It's possible that there is a very deep recursion in your code, causing this stack overflow (each `memprof_zend_execute` and `execute_ex` call here is a PHP function call). Without memprof, this...

Thank you for the details you provided @mattrcampbell, this helped a lot to understand the problem. I've created a separate issue so that memprof handles this in a better way...

Hi Currently the pecl package doesn't support specifying a custom libjudy install path. The manual install method will work: https://github.com/arnaud-lb/php-memory-profiler#installing-manually

Thank you for the details ! Happy debugging :)

> /cc @arnaud-lb I have a question for you - am I right that @template-covariant parameter in a constructor is not a problem and should not be reported? Here's a...

Here is an other example: https://phpstan.org/r/064e69da-8b94-461b-872c-a2322d69e2a6

> In a situation like this, I believe that PHPStan should effectively _unify_ the types of `$this->attribute` and `$value`, in the logic programming sense. The inferred types of both variables...

This plugin uses VIM's native support for ctags, but theoretically it should be possible to support gtags too. If you want to give it a try, you will need to...

INDEX BY and sub queries are currently not supported. When the extension can not determine the result type, `mixed` is returned (for the whole result or a part of the...

Hi @janedbal Thank you for your detailed bug reports :) > * See result of functions [here](https://github.com/phpstan/phpstan-doctrine/pull/270/files#diff-28394df5dba3e85fe86f9c8d9b05d6087fe897d0efa1d0c0ad3533a1f0252b99R347) and [here](https://github.com/phpstan/phpstan-doctrine/pull/270/files#diff-28394df5dba3e85fe86f9c8d9b05d6087fe897d0efa1d0c0ad3533a1f0252b99R376). I hope I'm not mistaken, but those functions (COUNT, SUM, AVG,...