Lines Matching refs:calls
31 $this->calls[] = $call;
35 public function writeCalls($calls) argument
37 $this->calls = array_merge($this->calls, $calls);
50 $unmerged_calls = $this->calls;
51 $this->calls = [];
55 $first_call = reset($this->calls);
56 $this->callWriter->writeCall(["nest", [$this->calls], $first_call[2]]);
66 $key = count($this->calls);
67 if ($key && $call[0] == 'cdata' && $this->calls[$key - 1][0] == 'cdata') {
68 $this->calls[$key - 1][1][0] .= $call[1][0];
72 $this->calls[] = $call;