Re: [PHP-DEV] [RFC] Deprecations for PHP 8.6
[email protected] (Morgan)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <[email protected]> |
On 2026-06-30 06:29, Seifeddine Gmati wrote: > > That 7 million figure is misleading, as it also matches methods and > functions with a `list` suffix. Excluding forks, archived, generated, > and vendored code, and searching only for ` list($` brings it down to > roughly 1 million: > https://github.com/search?q=%22+list%28%24%22+lang%3Aphp+NOT+is%3Afork+NOT+is%3Aarchived+NOT+is%3Agenerated+NOT+is%3Avendored&type=code > You can bring it back up to ~2.4 million with a regular expression: https://github.com/search?q=%2F%5Cblist%5Cs*%5C%28%2F+lang%3Aphp+NOT+is%3Afork+NOT+is%3Aarchived+NOT+is%3Agenerated+NOT+is%3Avendored&type=code