Results 5 comments of umherirrender

Another one: ``` return ( $group && $pos ) ? ( $pos % $group ) === 0 && ( $pos < 0 === $group < 0 ) : !$pos; ```...

A similar case with catch statements, but the scopes of the catches could be merged to the function scope, because the try block returns or the catch statements are running....

Here a example source code I wanted using on a new issue for `uasort`: ``` lang=php

That issue exists with all return types not only `void` and it exists on trait, interface and extends ```lang=php trait MyTrait { abstract public function logJobParams( $status ): array; }...

"The main goal of this fork is to offer support for [elastic/elasticsearch-php](https://github.com/elastic/elasticsearch-php) version 7.x." With https://github.com/elastic/elasticsearch-php/pull/1417 the mention package version supports php8.4. @ezimuel It would be nice to get php8.4...