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.

24 lines
775 B

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