Home
last modified time | relevance | path

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

/PHP-7.0/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php7 protected $extraArgumentList = ''; variable in gtTestSubject
48 $this->extraArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
54 $this->extraArgumentList .= "\$".$this->optionalArgumentNames[$i].", ";
58 $this->extraArgumentList= $this->extraArgumentList. "\$extra_arg";
68 return $this->extraArgumentList;
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar1045 protected $extraArgumentList = '';
1086 $this->extraArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
1092 $this->extraArgumentList .= "\$".$this->optionalArgumentNames[$i].", ";
1096 $this->extraArgumentList= $this->extraArgumentList. "\$extra_arg";
1106 return $this->extraArgumentList;

Completed in 9 milliseconds