Lines Matching refs:calls
145 public $calls = NULL;
164 $this->calls = array();
168 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
169 $this->calls[$this->row][1][0] = $line;
175 $this->calls[$this->row][1][1] = $line - 1;
181 if (is_array($this->calls)) {
182 $this->calls[$this->row][0][$this->cell][3] .= $match;
188 $this->calls[$this->row][0][$this->cell][3] .= $match;
190 $this->calls[$this->row][0][$this->cell][3] .= $match;
193 while (preg_match('/^\s*:::\s*$/', $this->calls[$row][0][$this->cell][3]) && $row > 0) {
197 $this->calls[$row][0][$this->cell][1]++;
201 $this->calls[$this->row][1][1] = $line - 1;
204 array_pop($this->calls[$this->row][0]);
207 $this->calls[$this->row] = array(array(), array());
212 $this->calls[$this->row][1][0] = $line;
214 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
216 if ($this->calls[$this->row][0][$this->cell][3] == '' && $this->cell > 0) {
217 $this->calls[$this->row][0][$this->cell - 1][0]++;
218 array_pop($this->calls[$this->row][0]);
223 $this->calls[$this->row][0][$this->cell] = array(1, 1, $type, '');
233 $this->calls[$this->row][0][$this->cell][3] .= "\n";
244 if($this->calls === null) $this->calls = [];
245 if(!isset($this->calls[$this->row][0][$this->cell][3])) {
246 $this->calls[$this->row][0][$this->cell][3] = '';
248 $this->calls[$this->row][0][$this->cell][3] .= $params[0];
253 array_pop($this->calls[$this->row][0]);