Searched refs:PHP_82_VERSION_ID (Results 1 – 1 of 1) sorted by relevance
23 const PHP_82_VERSION_ID = 80200; define24 …ALL_PHP_VERSION_IDS = [PHP_70_VERSION_ID, PHP_80_VERSION_ID, PHP_81_VERSION_ID, PHP_82_VERSION_ID];1768 PHP_82_VERSION_ID => [$flags],2470 …ionIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_82_VERSION_ID;2538 $code .= "\n#if (PHP_VERSION_ID >= " . PHP_82_VERSION_ID . ")";2552 $code .= "#if (PHP_VERSION_ID >= " . PHP_82_VERSION_ID . ")\n";2629 PHP_82_VERSION_ID => $php82Flags,3776 …"\"" . PHP_81_VERSION_ID . "\" (PHP 8.1), \"" . PHP_82_VERSION_ID . "\" (PHP 8.2), \"" . $tag->val…4007 …foForPhpVersionId === null || $fileInfo->generateLegacyArginfoForPhpVersionId >= PHP_82_VERSION_ID;4012 …$attributeInitializationCode = "\n#if (PHP_VERSION_ID >= " . PHP_82_VERSION_ID . ")" . $attributeI…
Completed in 12 milliseconds