InvisibleSmiley

Results 34 comments of InvisibleSmiley

I think I have a similar problem with a custom class implementing Iterator, specifically Iterator::current using PHP built-in function current() on an internal array. The current() function may return an...

> i found an issue with user rights on windows domains, this might lead to an issue with phpmd beeing super slow Thanks for the pointer, I had the same...

> What happens if you remove the parser initialization? Does it run as fast as expected? Slower than non-parallel mode (~2sec compared to ~1sec) but I guess that's OK. >...

Also note that if you replace $this->parser by $parser, i.e. only assign to a local variable rather than an instance variable, the delay does not occur. So the problem seems...

Well if serialize() is indeed used then it must fail internally since the parser object contains a list of Closures which cannot be serialized. There is no error output though....

OK so I'll have to adapt our task implementation, understood. I consider Amp an implementation detail of GrumPHP, though. From a GrumPHP user's POV there's just tasks and the enabled-by-default...

I have a similar problem with self::assertNotNull. Plain assert($var !== null) has the desired effect. Shall I open a new issue or is it the same thing underneath? ``` public...

I'm very sorry, I forgot to require phpstan/extension-installer in the affected project. In light of that, please disregard my previous comment.