Searched refs:lines_read (Results 1 – 1 of 1) sorted by relevance
171 $out = $this->_readVar($this->_Lines,$lines_read);178 if($lines_read!=sizeof($this->_Lines)){266 function _readVar($block,&$lines_read,$options = array()){ argument273 $lines_read = 0;279 return $this->_readIndexedArray($block,$lines_read);282 return $this->_readHashArray($block,$lines_read);287 $lines_read = 1;303 function _readIndexedArray($block,&$lines_read){ argument305 $lines_read = 0;315 $lines_read = $i;[all …]