Home
last modified time | relevance | path

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

/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php8 protected $shortArgumentList = ''; variable in gtTestSubject
80 $this->shortArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
82 $this->shortArgumentList = substr($this->shortArgumentList, 0, -2);
93 return $this->shortArgumentList;
/PHP-7.0/scripts/dev/generate-phpt/src/testcase/
H A DgtErrorTestCase.php9 protected $shortArgumentList = ''; variable in gtErrorTestCase
31 return $this->shortArgumentList;
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar1046 protected $shortArgumentList = '';
1118 $this->shortArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
1120 $this->shortArgumentList = substr($this->shortArgumentList, 0, -2);
1131 return $this->shortArgumentList;
1308 protected $shortArgumentList = '';
1330 return $this->shortArgumentList;

Completed in 53 milliseconds