Searched refs:array_pop (Results 1 – 3 of 3) sorted by relevance
50 use function array_pop; alias644 $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 …]
44 use function array_pop; alias371 $current = array_pop($breadcrumbs);
241 if ($match[1] !== array_pop($stack)) {