Home
last modified time | relevance | path

Searched refs:mandatoryArgumentNames (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/scripts/dev/generate-phpt/src/
H A DgtTestSubject.php5 protected $mandatoryArgumentNames; variable in gtTestSubject
22 return $this->mandatoryArgumentNames;
46 if(count ($this->mandatoryArgumentNames) > 0) {
47 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
48 $this->extraArgumentList .= "\$".$this->mandatoryArgumentNames[$i].", ";
78 if(count ($this->mandatoryArgumentNames) > 0) {
79 for( $i = 0; $i < count( $this->mandatoryArgumentNames ) - 1; $i++) {
103 if(count ($this->mandatoryArgumentNames) > 0) {
104 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
145 if(count ($this->mandatoryArgumentNames) > 0) {
[all …]
H A DgtFunction.php32 $this->mandatoryArgumentNames[] = $param->getName();
H A DgtMethod.php56 $this->mandatoryArgumentNames[] = $param->getName();
/PHP-5.6/scripts/dev/
H A Dgenerate-phpt.phar156 $this->mandatoryArgumentNames[] = $param->getName();
883 $this->mandatoryArgumentNames[] = $param->getName();
1043 protected $mandatoryArgumentNames;
1060 return $this->mandatoryArgumentNames;
1084 if(count ($this->mandatoryArgumentNames) > 0) {
1085 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
1116 if(count ($this->mandatoryArgumentNames) > 0) {
1141 if(count ($this->mandatoryArgumentNames) > 0) {
1142 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
1183 if(count ($this->mandatoryArgumentNames) > 0) {
[all …]

Completed in 12 milliseconds