Home
last modified time | relevance | path

Searched refs:last_ope (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A Dfulltext.php853 $last_ope = end($ope_stack);
854 while ($last_ope !== false && $ope_precedence[$token] <= $ope_precedence[$last_ope] && $last_ope != '(') {
856 $last_ope = end($ope_stack);