You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
919 B

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