Searched refs:toCheck (Results 1 – 2 of 2) sorted by relevance
151 public function checkValues($toCheck,$allowed,$standard) argument153 if (in_array($toCheck, $allowed, true)) {154 return $toCheck;
218 $toCheck = isset($options['cipher']) ? (array) $options['cipher'] : ['3des', 'des', 'rc4', 'rc4-56', 'rc4-40', ];221 foreach ($toCheck as $selection) {