Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Resources/stubs/ | 16-Aug-2025 | - | 104 | 42 | ||
LICENSE | D | 16-Aug-2025 | 1 KiB | 20 | 16 | |
Php80.php | D | 16-Aug-2025 | 3.5 KiB | 116 | 82 | |
PhpToken.php | D | 16-Aug-2025 | 2.1 KiB | 104 | 57 | |
README.md | D | 16-Aug-2025 | 919 | 26 | 20 | |
bootstrap.php | D | 16-Aug-2025 | 1.5 KiB | 43 | 29 | |
composer.json | D | 16-Aug-2025 | 1,013 | 38 | 37 |
README.md
1Symfony Polyfill / Php80 2======================== 3 4This component provides features added to PHP 8.0 core: 5 6- [`Stringable`](https://php.net/stringable) interface 7- [`fdiv`](https://php.net/fdiv) 8- [`ValueError`](https://php.net/valueerror) class 9- [`UnhandledMatchError`](https://php.net/unhandledmatcherror) class 10- `FILTER_VALIDATE_BOOL` constant 11- [`get_debug_type`](https://php.net/get_debug_type) 12- [`PhpToken`](https://php.net/phptoken) class 13- [`preg_last_error_msg`](https://php.net/preg_last_error_msg) 14- [`str_contains`](https://php.net/str_contains) 15- [`str_starts_with`](https://php.net/str_starts_with) 16- [`str_ends_with`](https://php.net/str_ends_with) 17- [`get_resource_id`](https://php.net/get_resource_id) 18 19More information can be found in the 20[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md). 21 22License 23======= 24 25This library is released under the [MIT license](LICENSE). 26