USAMI Kenta
USAMI Kenta
The code can be made much simpler by using the `bound-and-true-p` macro [defined in `bindings.el`](https://github.com/emacs-mirror/emacs/blob/2078ce4220ba153a685962e7480f3ac1fb2e0b36/lisp/bindings.el#L765-L771). Despite its name, it returns the value bound to the variable, not a boolean (`t`...
resolve https://github.com/phpstan/phpstan/issues/11180
resolve https://github.com/phpstan/phpstan/issues/11101 The following functions can also cause side effects via callbacks, but since they are used infrequently and the processing is more complex, it is sufficient to follow the...
Supports [PHP RFC: array_find](https://wiki.php.net/rfc/array_find) for PHP 8.4.
This PR is still a work in progress, no tests or rules have been added yet. - [ ] Add tests - [ ] Add rules - [x] Add function...
The `ZEND_EXIT` directive has been removed in PHP 8.4, so ignore it and overwrite the exit function instead. * [PHP: PHP RFC: Transform exit() from a language construct into a...
uopz provided a special mechanism to ignore the `ZEND_EXIT` instruction. `ZEND_EXIT` has been removed from PHP 8.4, reducing the need for uopz to maintain the mechanism. * [PHP RFC: Transform...
## Description For the reasons mentioned in https://github.com/cweagans/composer-patches/pull/627, the tests for composer-patches themselves will fail, which looks bad, so we will detect the rate limit and skip the tests. >...
refs https://github.com/phpstan/phpstan-src/pull/3885#pullrequestreview-2694393342, https://github.com/phpstan/phpstan-src/pull/3886#issuecomment-2735632469