Home
last modified time | relevance | path

Searched refs:PHP_83_VERSION_ID (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/build/
H A Dgen_stub.php25 const PHP_83_VERSION_ID = 80300; define
26 … = [PHP_70_VERSION_ID, PHP_80_VERSION_ID, PHP_81_VERSION_ID, PHP_82_VERSION_ID, PHP_83_VERSION_ID];
1850 PHP_83_VERSION_ID => [$flags],
2158 …ionIdMinimumCompatibility === null || $this->phpVersionIdMinimumCompatibility >= PHP_83_VERSION_ID;
2161 $code .= "#if (PHP_VERSION_ID >= " . PHP_83_VERSION_ID . ")\n";
2786 PHP_83_VERSION_ID => $php83Flags,
3991 …_ID . "\" (PHP 8.1), \"" . PHP_82_VERSION_ID . "\" (PHP 8.2), \"" . PHP_83_VERSION_ID . "\" (PHP 8…

Completed in 18 milliseconds