Lines Matching refs:call
26 foreach ($this->calls as $call) {
27 switch ($call[0]) {
31 $this->quoteCalls[] = ['quote_open', [], $call[2]];
34 $quoteLength = $this->getDepth($call[1][0]);
39 $this->quoteCalls[] = ['quote_open', [], $call[2]];
44 $this->quoteCalls[] = ['quote_close', [], $call[2]];
46 } elseif ($call[0] != 'quote_start') {
47 $this->quoteCalls[] = ['linebreak', [], $call[2]];
58 $this->quoteCalls[] = ['quote_close', [], $call[2]];
62 $this->quoteCalls[] = ['quote_close', [], $call[2]];
68 $this->quoteCalls[] = $call;