Searched refs:PHP_80_VERSION_ID (Results 1 – 1 of 1) sorted by relevance
22 const PHP_80_VERSION_ID = 80000; define26 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 14 milliseconds