Alexander Lisachenko

Results 176 comments of Alexander Lisachenko

You could send a PR with `static::` calls to this repo ) Also, you could use second parameter of `ReflectionEngine::parseFile($fileName, $fileContent = null)` to specify any arbitrary string content even...

Hi! I agree with @aik099 that you should use custom loader for your classes that couldn't be found by composer. However, it would be nice to perform ad-hoc analysis of...

@dg for stream wrappers it will work (this is how patchwork implemented). But stream wrappers affects Opcache and file loading process, adding additional overhead, so I ended with stream filters...

Hello, guys! Do you have a working version of goaop/parser-reflection that supports 8.1? If yes - I can merge your PR here and give you maintainer rights on this repo....

I had previously problems with my health, thus decided to stop maintaining projects, but now I can return back to projects, at least in review/maintain mode. And really want to...

My proposal is to push existing master branch to the 3.x, take some existing work as main branch and make "master" alias for 4.x + bump minimum version to >=8.0.

By Nikita: > For example, people may wish to use newInstanceWithoutConstructor() + manual property initialization for custom serialization libs etc. Or even the same internally (unserialization, PDO fetch object, etc)....

I’m surprised that you have these cases 😃 Currently only ctor and static methods are allowed, sorry. But your comment was like small inspiration )) PS. Not sure, if I’ll...

I think @qrazi has an experience with Lumen, because he have contributed #11

Hi! Unfortunately, from your comment it isn't clear how to detect what is the root cause for this strange behaviour. Only possible glitch if you try to use advised service...