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();
5250 if (empty($flagsByPhpVersions[$currentPhpVersion])) {
5258 ksort($flagsByPhpVersions);
5263 $flagsByPhpVersions = array_slice($flagsByPhpVersions, $index, null, true);
5266 $flagsByPhpVersions = array_filter(
5267 $flagsByPhpVersions,
5273 if (empty($flagsByPhpVersions)) {
5281 unset($flagsByPhpVersions[$versionId]);
5287 $flagCount = count($flagsByPhpVersions);
5291 reset($flagsByPhpVersions);
[all …]

Completed in 22 milliseconds