USAMI Kenta

Results 65 issues of USAMI Kenta

This PR is based on discussions in https://github.com/php/php-src/issues/8281#issuecomment-1089033545, so I'm still working on it. Since this issue is related to Japanese, I am submitting a proposal in doc-ja before doc-en....

### Bug report If the format is `non-empty-string`, the return value is always `non-empty-string`. I have a use case like below. (Other processing is added to the actual code.) ```php

Add support for [php-ts-mode](https://github.com/emacs-php/php-ts-mode) and [phps-mode](https://github.com/cjohansson/emacs-phps-mode). `php-ts-mode` package is not yet available in any ELPA, but will be submitted to GNU ELPA in due course. refs https://github.com/emacs-php/php-ts-mode/issues/55

We no longer supports mumamo, mmm-mode and multi-mode.

> [!IMPORTANT] > We have plans to drop support for Emacs 26 with the first release in July 2024. ## Our support policy: [Support Emacs Version · Issue #464 ·...

resolve https://github.com/phpstan/phpstan/issues/10468 and https://github.com/phpstan/phpstan/issues/6613

This function no longer returns false since PHP 8. Also, "success" for this function means calling the function with three arguments of the correct type. - https://github.com/php/php-src/blob/php-7.0.0/ext/date/php_date.c#L4725-L4737 - https://github.com/php/php-src/blob/php-7.4.0/ext/date/php_date.c#L5077-L5094 Therefore,...

The current AutoCompleter enables `readline_completion_function()` directly, but this completion mechanism can be provided in addition to the native `readline()` function. So is the `UserlandReadline`, which is based on Hoa, for...

With recent PsySH, it is stressful to press RETURN additionally for each input. This is due to an Upstream issue, so I'll be sending some PRs for a few fixes....

bug
upstream