Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php1422 $flagsByPhpVersions = $this->getArginfoFlagsByPhpVersions();
5242 if (empty($flagsByPhpVersions[$currentPhpVersion])) {
5250 ksort($flagsByPhpVersions);
5255 $flagsByPhpVersions = array_slice($flagsByPhpVersions, $index, null, true);
5258 $flagsByPhpVersions = array_filter(
5259 $flagsByPhpVersions,
5265 if (empty($flagsByPhpVersions)) {
5273 unset($flagsByPhpVersions[$versionId]);
5279 $flagCount = count($flagsByPhpVersions);
5283 reset($flagsByPhpVersions);
[all …]

Completed in 22 milliseconds