Searched refs:allowedArgumentLists (Results 1 – 2 of 2) sorted by relevance
10 protected $allowedArgumentLists; variable in gtTestSubject102 $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);
1048 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 7 milliseconds