Lines Matching refs:end
17 $last_call = end($this->calls);
81 $end = end($this->listStack);
89 if ($depth == $end[1]) {
91 if ($listType == $end[0]) {
104 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
112 } elseif ($depth > $end[1]) { // Getting deeper...
125 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
131 $end = end($this->listStack);
134 if ($end[1] <= $depth) {
136 $depth = $end[1];
140 if ($end[0] == $listType) {
148 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
162 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];