26 lines
919 B
Markdown
Raw Normal View History

2023-05-10 13:39:12 +08:00
Symfony Polyfill / Php80
========================
This component provides features added to PHP 8.0 core:
2023-11-02 14:13:04 +08:00
- [`Stringable`](https://php.net/stringable) interface
2023-05-10 13:39:12 +08:00
- [`fdiv`](https://php.net/fdiv)
2023-11-02 14:13:04 +08:00
- [`ValueError`](https://php.net/valueerror) class
- [`UnhandledMatchError`](https://php.net/unhandledmatcherror) class
2023-05-10 13:39:12 +08:00
- `FILTER_VALIDATE_BOOL` constant
- [`get_debug_type`](https://php.net/get_debug_type)
2023-11-02 14:13:04 +08:00
- [`PhpToken`](https://php.net/phptoken) class
2023-05-10 13:39:12 +08:00
- [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
- [`str_contains`](https://php.net/str_contains)
- [`str_starts_with`](https://php.net/str_starts_with)
- [`str_ends_with`](https://php.net/str_ends_with)
- [`get_resource_id`](https://php.net/get_resource_id)
More information can be found in the
2023-11-02 14:13:04 +08:00
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
2023-05-10 13:39:12 +08:00
License
=======
This library is released under the [MIT license](LICENSE).