Home
last modified time | relevance | path

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

/PHP-5.5/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php10 protected $allowedArgumentLists; variable in gtTestSubject
102 $this->allowedArgumentLists[0] = '';
105 $this->allowedArgumentLists[0] .= "\$".$this->mandatoryArgumentNames[$i].", ";
111 …$this->allowedArgumentLists[] = $this->allowedArgumentLists[$i]."\$".$this->optionalArgumentNames[…
112 $this->allowedArgumentLists[$i] = substr ($this->allowedArgumentLists[$i], 0, -2);
116 …$this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ] = substr($this->allowedArgumen…
126 return $this->allowedArgumentLists;
136 return end($this->allowedArgumentLists);
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar1048 protected $allowedArgumentLists;
1140 $this->allowedArgumentLists[0] = '';
1143 $this->allowedArgumentLists[0] .= "\$".$this->mandatoryArgumentNames[$i].", ";
1149 …$this->allowedArgumentLists[] = $this->allowedArgumentLists[$i]."\$".$this->optionalArgumentNames[…
1150 $this->allowedArgumentLists[$i] = substr ($this->allowedArgumentLists[$i], 0, -2);
1154 …$this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ] = substr($this->allowedArgumen…
1164 return $this->allowedArgumentLists;
1174 return end($this->allowedArgumentLists);

Completed in 11 milliseconds