Searched refs:short_options (Results 1 – 1 of 1) sorted by relevance
16 public static function getopt(array $args, $short_options, $long_options = null) argument64 $short_options,74 protected static function parseShortOption($arg, $short_options, &$opts, &$args) argument82 if (($spec = strstr($short_options, $opt)) === false || $arg[$i] == ':') {