Home
last modified time | relevance | path

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

/PHP-5.6/scripts/dev/generate-phpt/src/
H A DgtMethod.php11 private $constructorArgumentList = ''; variable in gtMethod
99 $this->constructorArgumentList .= "\$".$this->constructorArgumentNames[$i].", ";
101 $this->constructorArgumentList = substr($this->constructorArgumentList, 0, -2);
112 return $this->constructorArgumentList;
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar838 private $constructorArgumentList = '';
926 $this->constructorArgumentList .= "\$".$this->constructorArgumentNames[$i].", ";
928 $this->constructorArgumentList = substr($this->constructorArgumentList, 0, -2);
939 return $this->constructorArgumentList;

Completed in 14 milliseconds