Home
last modified time | relevance | path

Searched refs:array_pop (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Report/
H A DReportParserGenerate.php50 use function array_pop; alias
644 $this->print_data = array_pop($this->print_data_stack);
753 [$this->gedrec, $this->fact, $this->desc] = array_pop($this->gedrec_stack);
892 $this->print_data = array_pop($this->print_data_stack);
899 $this->wt_report = array_pop($this->wt_report_stack);
937 $this->print_data = array_pop($this->print_data_stack);
1231 $this->parser = array_pop($this->parser_stack);
1233 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);
1439 $this->parser = array_pop($this->parser_stack);
1442 [$this->repeats, $this->repeat_bytes] = array_pop($this->repeats_stack);
[all …]
/webtrees/app/Module/
H A DPlaceHierarchyListModule.php44 use function array_pop; alias
371 $current = array_pop($breadcrumbs);
/webtrees/tests/
H A DTestCase.php241 if ($match[1] !== array_pop($stack)) {