Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php1431 $flagsByPhpVersions = $this->getArginfoFlagsByPhpVersions();
5339 if (empty($flagsByPhpVersions[$currentPhpVersion])) {
5347 ksort($flagsByPhpVersions);
5352 $flagsByPhpVersions = array_slice($flagsByPhpVersions, $index, null, true);
5355 $flagsByPhpVersions = array_filter(
5356 $flagsByPhpVersions,
5362 if (empty($flagsByPhpVersions)) {
5370 unset($flagsByPhpVersions[$versionId]);
5376 $flagCount = count($flagsByPhpVersions);
5380 reset($flagsByPhpVersions);
[all …]

Completed in 17 milliseconds