Lines Matching refs:PHP_80_VERSION_ID
23 const PHP_80_VERSION_ID = 80000; define
30 PHP_80_VERSION_ID,
1616 PHP_80_VERSION_ID => $flags,
2426 PHP_80_VERSION_ID => [$flags],
2881 … $flags = $this->addFlagForVersionsAbove($flags, "ZEND_ACC_DEPRECATED", PHP_80_VERSION_ID);
2886 … $flags = $this->addFlagForVersionsAbove($flags, "ZEND_ACC_DEPRECATED", PHP_80_VERSION_ID);
3024 …nIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_80_VERSION_ID) {
3269 …ionIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_80_VERSION_ID;
3373 $code .= "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3392 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3404 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3416 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")\n";
3494 PHP_80_VERSION_ID => $php80Flags,
4056 $this->minimumPhpVersionIdCompatibility < PHP_80_VERSION_ID
4058 return PHP_80_VERSION_ID;
4065 …mPhpVersionIdCompatibility !== null && $this->minimumPhpVersionIdCompatibility < PHP_80_VERSION_ID;
4868 …sion must be one of: \"" . PHP_70_VERSION_ID . "\" (PHP 7.0), \"" . PHP_80_VERSION_ID . "\" (PHP 8…
5141 …dCompatibility() === null || $fileInfo->getMinimumPhpVersionIdCompatibility() >= PHP_80_VERSION_ID;
5146 …$attributeInitializationCode = "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")" . $attributeI…