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

..03-May-2022-

Resources/stubs/H03-May-2022-4732

LICENSEH A D16-Nov-20211 KiB2016

Php80.phpH A D16-Nov-20213.3 KiB10675

README.mdH A D16-Nov-2021773 2519

bootstrap.phpH A D16-Nov-20211.5 KiB4329

composer.jsonH A D16-Nov-20211.1 KiB4140

README.md

1Symfony Polyfill / Php80
2========================
3
4This component provides features added to PHP 8.0 core:
5
6- `Stringable` interface
7- [`fdiv`](https://php.net/fdiv)
8- `ValueError` class
9- `UnhandledMatchError` class
10- `FILTER_VALIDATE_BOOL` constant
11- [`get_debug_type`](https://php.net/get_debug_type)
12- [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
13- [`str_contains`](https://php.net/str_contains)
14- [`str_starts_with`](https://php.net/str_starts_with)
15- [`str_ends_with`](https://php.net/str_ends_with)
16- [`get_resource_id`](https://php.net/get_resource_id)
17
18More information can be found in the
19[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
20
21License
22=======
23
24This library is released under the [MIT license](LICENSE).
25