Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dspl_directory.c2060 …file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pass_num_args, zval *return_… in spl_filesystem_file_call() argument
2066 int num_args = pass_num_args + (arg2 ? 2 : 1); in spl_filesystem_file_call()
2076 if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) { in spl_filesystem_file_call()
2109 #define FileFunctionCall(func_name, pass_num_args, arg2) /* {{{ */ \ argument
2117 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2); \

Completed in 11 milliseconds