Home
last modified time | relevance | path

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

/plugin/const/
H A Dclass.evalmath.php162 return $this->pfx( $this->nfx( $expression ) );
185 $tmp = $this->pfx( $this->nfx( $matches[2] ) );
207 $stack = $this->nfx( $matches[3] );
270 protected function nfx( $expression ) { function in EvalMath