Lines Matching refs:in_array
181 if ( in_array( $matches[1], $this->constants, true ) ) {
199 if ( in_array( $matches[1], $this->builtin_functions, true ) ) {
215 …if ( 1 === preg_match( '/^' . self::$name_pattern . '$/', $token ) && ! in_array( $token, $args, t…
305 } elseif ( ( in_array( $op, $ops, true ) || $ex ) && $expecting_operator ) {
314 …while ( $stack->count > 0 && ( $o2 = $stack->last() ) && in_array( $o2, $ops, true ) && ( $ops_r[ …
345 if ( in_array( $function_name, $this->builtin_functions, true ) ) {
354 if ( in_array( -1, $counts, true ) && $arg_count > 0 ) {
356 } elseif ( ! in_array( $arg_count, $counts, true ) ) {
407 …if ( in_array( $matches[1], $this->builtin_functions, true ) || array_key_exists( $matches[1], $th…
442 if ( ! in_array( 0, $counts, true ) ) {
455 } elseif ( in_array( $op, $ops, true ) && ! $expecting_operator ) {
465 if ( in_array( $op, $ops, true ) ) {
514 if ( in_array( $function_name, $this->builtin_functions, true ) ) {
578 } elseif ( in_array( $token, array( '+', '-', '*', '/', '^', '>', '<', '=' ), true ) ) {