Home
last modified time | relevance | path

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

/plugin/const/
H A Dclass.evalmath.php114 protected $calc_functions = array( variable in EvalMath
351 } elseif ( array_key_exists( $function_name, $this->calc_functions ) ) {
353 $counts = $this->calc_functions[ $function_name ];
357 …$error_data = array( 'expected' => implode( '/', $this->calc_functions[ $function_name ] ), 'given…
407 …ists( $matches[1], $this->functions ) || array_key_exists( $matches[1], $this->calc_functions ) ) {
435 if ( isset( $this->calc_functions[ $function_name ] ) ) {
437 $counts = $this->calc_functions[ $function_name ];
530 } elseif ( array_key_exists( $function_name, $this->calc_functions ) ) {