Results 90 comments of Vladimir Reznichenko

Not really following the idea... The first one will work when u-modifier is added (-> I can report if \W, \w used without u-modifier). The second one ignores the e.g....

Ideally, any of \s, \S, \w, \W, \d, \D usage needs to be backed with u-modifier. Yes, if app should work properly with Unicode (because of Arabic numbers and additional...

Gladly, in which cases (we have multiple options now) what? =)

Pretty similar to https://github.com/symfony/symfony/pull/29231/files, but I would not like to promote `if ($array) {}`. Please vote hand up/down the issue itself, I'll pull twitter folks for votes as well.

As I can see, there are no much benefits from having it. `empty()` would be an option, but it not getting many votes. Projecting this to a possible implementation, the...

Closing, thank you all for votes and comment - that make my life so much easier!

Okay, I've changed my mind (as did the more careful reading). We'll head with `if ($strictlyArray !== [])`, for language level 5.4+, where short array syntax is supported. That will...

@samdark: checked your case - a lot of false-positives.

Cases, where protected functions are part of the customization concept, e.g.: ``` class HelloBeforeAggegationAndCompositionTimes { public function workflow() { $this->step1(); ... $this->stepN(); } protected function step1() {} protected function stepN()...

Ok, then I can deliver this as an optional behavior with setting to enable it.