Lines Matching refs:end
17 $last_call = end($this->calls);
73 $end = end($this->listStack);
81 if ($depth == $end[1]) {
83 if ($listType == $end[0]) {
96 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
104 } elseif ($depth > $end[1]) { // Getting deeper...
117 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
123 $end = end($this->listStack);
126 if ($end[1] <= $depth) {
128 $depth = $end[1];
132 if ($end[0] == $listType) {
140 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];
154 $this->listCalls[] = ['list' . $end[0] . '_close', [], $call[2]];