Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php23 const PHP_80_VERSION_ID = 80000; define
30 PHP_80_VERSION_ID,
1600 PHP_80_VERSION_ID => $flags,
2410 PHP_80_VERSION_ID => [$flags],
3310 $code .= "\n#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3329 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3341 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")";
3353 $code .= "#if (PHP_VERSION_ID >= " . PHP_80_VERSION_ID . ")\n";
3431 PHP_80_VERSION_ID => $php80Flags,
3993 $this->minimumPhpVersionIdCompatibility < PHP_80_VERSION_ID
[all …]

Completed in 35 milliseconds