Home
last modified time | relevance | path

Searched refs:valIfFound (Results 1 – 2 of 2) sorted by path

/plugin/catlist/
H A Dsyntax.php47 function _checkOption(&$match, $option, &$varAffected, $valIfFound){
49 $varAffected = $valIfFound;
50 _checkOption(& $match, $option, & $varAffected, $valIfFound) global() argument
/plugin/nspages/
H A DoptionParser.php29 * @param mixed $valIfFound the value affected to the previous variable if the option is found
31 static function checkOption(&$match, $pattern, &$varAffected, $valIfFound) {
33 $varAffected = $valIfFound;
28 checkOption(& $match, $pattern, & $varAffected, $valIfFound) global() argument