Lines Matching refs:count
46 if(count ($this->mandatoryArgumentNames) > 0) {
47 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) {
52 if(count ($this->optionalArgumentNames) > 0) {
53 for( $i = 0; $i < count( $this->optionalArgumentNames ); $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++) {
109 if(count ($this->optionalArgumentNames) > 0) {
110 for( $i = 0; $i < count( $this->optionalArgumentNames ); $i++) {
116 …$this->allowedArgumentLists[count($this->allowedArgumentLists) -1 ] = substr($this->allowedArgumen…
145 if(count ($this->mandatoryArgumentNames) > 0) {
150 if(count ($this->optionalArgumentNames) > 0) {