Lines Matching refs:end
68 $end = end($this->listStack);
76 if ($depth == $end[1]) {
78 if ($listType == $end[0]) {
91 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
99 } elseif ($depth > $end[1]) { // Getting deeper...
112 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
118 $end = end($this->listStack);
121 if ($end[1] <= $depth) {
123 $depth = $end[1];
127 if ($end[0] == $listType) {
135 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
149 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];