Home
last modified time | relevance | path

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

/plugin/const/
H A Dclass.evalmath.php340 $arg_count = $stack->pop();
343 $output[] = array( 'function_name' => $function_name, 'arg_count' => $arg_count );
347 if ( $arg_count > 1 ) {
348 $error_data = array( 'expected' => 1, 'given' => $arg_count );
354 if ( in_array( -1, $counts, true ) && $arg_count > 0 ) {
356 } elseif ( ! in_array( $arg_count, $counts, true ) ) {
357 …ay( 'expected' => implode( '/', $this->calc_functions[ $function_name ] ), 'given' => $arg_count );
362 if ( count( $this->functions[ $function_name ]['args'] ) !== $arg_count ) {
363 … array( 'expected' => count( $this->functions[ $function_name ]['args'] ), 'given' => $arg_count );
/plugin/pagestat/syntax/
H A Dedit.php55 $arg_count=1;
H A Deditpt.php56 $arg_count=1;
H A Dblock.php57 $arg_count=1;
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c197 int arg_count = 0; in TWIG_CALL_USER_FUNC_ARRAY() local
214 arg_count = table->nNumOfElements; in TWIG_CALL_USER_FUNC_ARRAY()
229 fci.param_count = arg_count; in TWIG_CALL_USER_FUNC_ARRAY()