Searched refs:flagsByPhpVersions (Results 1 – 1 of 1) sorted by relevance
4134 if (empty($flagsByPhpVersions[$currentPhpVersion])) {4142 ksort($flagsByPhpVersions);4147 $flagsByPhpVersions = array_slice($flagsByPhpVersions, $index, null, true);4150 $flagsByPhpVersions = array_filter(4151 $flagsByPhpVersions,4157 if (empty($flagsByPhpVersions)) {4163 foreach ($flagsByPhpVersions as $versionId => $versionFlags) {4165 unset($flagsByPhpVersions[$versionId]);4171 $flagCount = count($flagsByPhpVersions);4175 reset($flagsByPhpVersions);[all …]
Completed in 14 milliseconds