Lines Matching refs:call
21 foreach ($this->calls as $call) {
22 switch ($call[0]) {
26 $this->quoteCalls[] = ['quote_open', [], $call[2]];
29 $quoteLength = $this->getDepth($call[1][0]);
34 $this->quoteCalls[] = ['quote_open', [], $call[2]];
39 $this->quoteCalls[] = ['quote_close', [], $call[2]];
41 } elseif ($call[0] != 'quote_start') {
42 $this->quoteCalls[] = ['linebreak', [], $call[2]];
53 $this->quoteCalls[] = ['quote_close', [], $call[2]];
57 $this->quoteCalls[] = ['quote_close', [], $call[2]];
63 $this->quoteCalls[] = $call;