Home
last modified time | relevance | path

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

/PHP-5.6/scripts/dev/generate-phpt/src/setup/
H A DgtOptionalSections.php12 private $skipifExt = ''; variable in gtOptionalSections
33 $this->skipifExt = $commandLineOptions->getOption('x');
51 return $this->skipifExt;
66 if($this->skipifExt != '') {
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar691 private $skipifExt = '';
712 $this->skipifExt = $commandLineOptions->getOption('x');
730 return $this->skipifExt;
745 if($this->skipifExt != '') {

Completed in 7 milliseconds