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
- Host: GitHub
- URL: https://github.com/symfony/polyfill-php85
- Owner: symfony
- License: mit
- Created: 2025-03-31T13:33:56.000Z (about 1 year ago)
- Default Branch: 1.x
- Last Pushed: 2026-04-11T08:15:10.000Z (about 2 months ago)
- Last Synced: 2026-04-13T21:48:16.352Z (about 2 months ago)
- Topics: compatibility, component, javascript, polyfill, portable, shim, symfony, symfony-component, symfony-polyfill
- Language: PHP
- Homepage: https://symfony.com/polyfill-php85
- Size: 13.7 KB
- Stars: 43
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).