Home
last modified time | relevance | path

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

/plugin/const/
H A Dclass.evalmath.php80 protected $builtin_functions = array( variable in EvalMath
199 if ( in_array( $matches[1], $this->builtin_functions, true ) ) {
345 if ( in_array( $function_name, $this->builtin_functions, true ) ) {
407 …if ( in_array( $matches[1], $this->builtin_functions, true ) || array_key_exists( $matches[1], $th…
514 if ( in_array( $function_name, $this->builtin_functions, true ) ) {