Searched refs:closing_stack (Results 1 – 1 of 1) sorted by relevance
13 protected $closing_stack = NULL; // used in odt_render() variable in helper_plugin_typography_odt19 if (is_null($this->closing_stack)) {20 $this->closing_stack = new SplStack(); //require PHP 5 >= 5.3.039 $this->closing_stack->push('p');46 $this->closing_stack->push('span');52 $content = $this->closing_stack->pop();