Lines Matching refs:PHP_80_VERSION_ID
23 const PHP_80_VERSION_ID = 80000; define
30 PHP_80_VERSION_ID,
1611 PHP_80_VERSION_ID => $flags,
2421 PHP_80_VERSION_ID => [$flags],
2876 … $flags = $this->addFlagForVersionsAbove($flags, "ZEND_ACC_DEPRECATED", PHP_80_VERSION_ID);
2881 … $flags = $this->addFlagForVersionsAbove($flags, "ZEND_ACC_DEPRECATED", PHP_80_VERSION_ID);
3113 …nIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_80_VERSION_ID) {
3152 if ($minPhp < PHP_80_VERSION_ID) {
3408 …ionIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_80_VERSION_ID;
3512 $code .= "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3531 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3543 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3555 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")\n";
3633 PHP_80_VERSION_ID => $php80Flags,
4195 $this->minimumPhpVersionIdCompatibility < PHP_80_VERSION_ID
4197 return PHP_80_VERSION_ID;
4204 …mPhpVersionIdCompatibility !== null && $this->minimumPhpVersionIdCompatibility < PHP_80_VERSION_ID;
5007 …sion must be one of: \"" . PHP_70_VERSION_ID . "\" (PHP 7.0), \"" . PHP_80_VERSION_ID . "\" (PHP 8…
5280 …dCompatibility() === null || $fileInfo->getMinimumPhpVersionIdCompatibility() >= PHP_80_VERSION_ID;
5285 …$attributeInitializationCode = "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")" . $attributeI…