The Symfony Polyfill / PHP 7.0 Component

This component provides some PHP 7.0 features to applications using earlierPHP versions.

Installation

  1. $ composer require symfony/polyfill-php70

Note

If you install this component outside of a Symfony application, you mustrequire the vendor/autoload.php file in your code to enable the classautoloading mechanism provided by Composer. Readthis article for more details.

Usage

Once this component is installed in your application, you can use the followingconstants, classes and functions, no matter if your PHP version is earlier thanPHP 7.0.

Provided Constants

  • PHP_INT_MIN (value = ~PHP_INT_MAX)

Provided Classes

Provided Functions