Searched refs:valIfFound (Results 1 – 2 of 2) sorted by relevance
29 * @param mixed $valIfFound the value affected to the previous variable if the option is found31 static function checkOption(&$match, $pattern, &$varAffected, $valIfFound) { argument33 $varAffected = $valIfFound;
47 function _checkOption(&$match, $option, &$varAffected, $valIfFound){ argument49 $varAffected = $valIfFound;