# polyfill-php85 **Repository Path**: mirrors_symfony/polyfill-php85 ## Basic Information - **Project Name**: polyfill-php85 - **Description**: Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 1.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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) 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).