Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php23 const PHP_80_VERSION_ID = 80000; define
27 const ALL_PHP_VERSION_IDS = [PHP_70_VERSION_ID, PHP_80_VERSION_ID, PHP_81_VERSION_ID, PHP_82_VERSIO…
117 …oForPhpVersionId !== null && $fileInfo->generateLegacyArginfoForPhpVersionId < PHP_80_VERSION_ID) {
2296 PHP_80_VERSION_ID => [$flags],
2731 … $flags = $this->addFlagForVersionsAbove($flags, "ZEND_ACC_DEPRECATED", PHP_80_VERSION_ID);
3132 $code .= "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3151 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3163 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3175 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")\n";
3252 PHP_80_VERSION_ID => $php80Flags,
[all …]

Completed in 79 milliseconds