Searched refs:repeats_stack (Results 1 – 1 of 1) sorted by relevance
128 private array $repeats_stack = []; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate1093 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];1167 foreach ($this->repeats_stack as $rep) {1233 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);1311 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];1365 foreach ($this->repeats_stack as $rep) {1442 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);2264 $this->repeats_stack[] = [$this->repeats, $this->repeat_bytes];2283 foreach ($this->repeats_stack as $rep) {2357 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);[all …]