• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Feb-2022-

Resources/stubs/H21-May-2021-107

LICENSEH A D21-May-20211 KiB2016

Php81.phpH A D03-May-2022675 3818

README.mdH A D21-May-2021560 1711

bootstrap.phpH A D03-May-2022738 2914

composer.jsonH A D21-May-2021988 3736

README.md

1Symfony Polyfill / Php81
2========================
3
4This component provides features added to PHP 8.1 core:
5
6- [`array_is_list`](https://php.net/array_is_list)
7- [`MYSQLI_REFRESH_REPLICA`](https://www.php.net/manual/en/mysqli.constants.php#constantmysqli-refresh-replica) constant
8- [`ReturnTypeWillChange`](https://wiki.php.net/rfc/internal_method_return_types)
9
10More information can be found in the
11[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
12
13License
14=======
15
16This library is released under the [MIT license](LICENSE).
17