File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Polyfills are provided for:
68
68
- the ` Date*Exception/Error ` classes introduced in PHP 8.3;
69
69
- the ` SQLite3Exception ` class introduced in PHP 8.3;
70
70
- the ` mb_ucfirst ` and ` mb_lcfirst ` functions introduced in PHP 8.4;
71
+ - the ` array_find ` , ` array_find_key ` , ` array_any ` and ` array_all ` functions introduced in PHP 8.4;
71
72
72
73
It is strongly recommended to upgrade your PHP version and/or install the missing
73
74
extensions whenever possible. This polyfill should be used only when there is no
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Symfony Polyfill / Php84
4
4
This component provides features added to PHP 8.4 core:
5
5
6
6
- [ ` mb_ucfirst ` and ` mb_lcfirst ` ] ( https://wiki.php.net/rfc/mb_ucfirst )
7
+ - [ ` array_find ` , ` array_find_key ` , ` array_any ` and ` array_all ` ] ( https://wiki.php.net/rfc/array_find )
7
8
8
9
More information can be found in the
9
10
[ main Polyfill README] ( https://github.com/symfony/polyfill/blob/main/README.md ) .
You can’t perform that action at this time.
0 commit comments