Home
last modified time | relevance | path

Searched refs:ope_stack (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dfulltext.php845 $ope_stack = [];
853 $last_ope = end($ope_stack);
855 $parsed_ary[] = array_pop($ope_stack);
856 $last_ope = end($ope_stack);
859 array_pop($ope_stack); // this array_pop always deletes '('
861 $ope_stack[] = $token;
869 $parsed_ary = array_values([...$parsed_ary, ...array_reverse($ope_stack)]);