Home
last modified time | relevance | path

Searched refs:short_options (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGetopt.php16 public static function getopt(array $args, $short_options, $long_options = null) argument
64 $short_options,
74 protected static function parseShortOption($arg, $short_options, &$opts, &$args) argument
82 if (($spec = strstr($short_options, $opt)) === false || $arg[$i] == ':') {