Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php22 const PHP_80_VERSION_ID = 80000; define
26 const ALL_PHP_VERSION_IDS = [PHP_70_VERSION_ID, PHP_80_VERSION_ID, PHP_81_VERSION_ID, PHP_82_VERSIO…
116 …oForPhpVersionId !== null && $fileInfo->generateLegacyArginfoForPhpVersionId < PHP_80_VERSION_ID) {
1847 PHP_80_VERSION_ID => [$flags],
2254 … $flags = $this->addFlagForVersionsAbove($flags, "ZEND_ACC_DEPRECATED", PHP_80_VERSION_ID);
2663 $code .= "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
2682 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
2694 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
2706 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")\n";
2783 PHP_80_VERSION_ID => $php80Flags,
[all …]

Completed in 18 milliseconds