Searched refs:shortOptions (Results 1 – 2 of 2) sorted by relevance
9 protected $shortOptions = array( variable in gtCommandLineOptions56 if (!in_array($option, array_merge($this->shortOptions, $this->shortOptionsWithArgs)))61 if (in_array($option, $this->shortOptions)) {
422 protected $shortOptions = array(469 if (!in_array($option, array_merge($this->shortOptions, $this->shortOptionsWithArgs)))474 if (in_array($option, $this->shortOptions)) {
Completed in 14 milliseconds