An open API service indexing awesome lists of open source software.

https://github.com/symfony/polyfill-php85

Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions
https://github.com/symfony/polyfill-php85

compatibility component javascript polyfill portable shim symfony symfony-component symfony-polyfill

Last synced: about 1 month ago
JSON representation

Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions

Awesome Lists containing this project

README

          

Symfony Polyfill / Php85
========================

This component provides features added to PHP 8.5 core:

- [`get_error_handler` and `get_exception_handler`](https://wiki.php.net/rfc/get-error-exception-handler)
- [`NoDiscard`](https://wiki.php.net/rfc/marking_return_value_as_important)
- [`array_first` and `array_last`](https://wiki.php.net/rfc/array_first_last)
- [`DelayedTargetValidation`](https://wiki.php.net/rfc/delayedtargetvalidation_attribute)
- [`Filter\FilterException class`](https://wiki.php.net/rfc/filter_throw_on_failure)
- [`Filter\FilterFailedException class`](https://wiki.php.net/rfc/filter_throw_on_failure)
- [`locale_is_right_to_left`](https://php.watch/versions/8.5/locale_is_right_to_left-Locale-isRightToleft)

More information can be found in the
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).

License
=======

This library is released under the [MIT license](LICENSE).