Searched refs:shortArgumentList (Results 1 – 3 of 3) sorted by relevance
8 protected $shortArgumentList = ''; variable in gtTestSubject80 $this->shortArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";82 $this->shortArgumentList = substr($this->shortArgumentList, 0, -2);93 return $this->shortArgumentList;
9 protected $shortArgumentList = ''; variable in gtErrorTestCase31 return $this->shortArgumentList;
1046 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 8 milliseconds