Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php1426 $flagsByPhpVersions = $this->getArginfoFlagsByPhpVersions();
5478 if (empty($flagsByPhpVersions[$currentPhpVersion])) {
5486 ksort($flagsByPhpVersions);
5491 $flagsByPhpVersions = array_slice($flagsByPhpVersions, $index, null, true);
5494 $flagsByPhpVersions = array_filter(
5495 $flagsByPhpVersions,
5501 if (empty($flagsByPhpVersions)) {
5509 unset($flagsByPhpVersions[$versionId]);
5515 $flagCount = count($flagsByPhpVersions);
5519 reset($flagsByPhpVersions);
[all …]

Completed in 20 milliseconds