├── LICENSE ├── Php84.php ├── README.md ├── Resources └── stubs │ ├── Deprecated.php │ └── ReflectionConstant.php ├── bootstrap.php ├── bootstrap82.php └── composer.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/LICENSE -------------------------------------------------------------------------------- /Php84.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/Php84.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/README.md -------------------------------------------------------------------------------- /Resources/stubs/Deprecated.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/Resources/stubs/Deprecated.php -------------------------------------------------------------------------------- /Resources/stubs/ReflectionConstant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/Resources/stubs/ReflectionConstant.php -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/bootstrap.php -------------------------------------------------------------------------------- /bootstrap82.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/bootstrap82.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/polyfill-php84/HEAD/composer.json --------------------------------------------------------------------------------