Searched refs:pass_num_args (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/spl/ |
H A D | spl_directory.c | 2062 …file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pass_num_args, zval *return_… in spl_filesystem_file_call() argument 2068 int num_args = pass_num_args + (arg2 ? 2 : 1); in spl_filesystem_file_call() 2082 if (zend_get_parameters_array_ex(pass_num_args, params + (arg2 ? 2 : 1)) != SUCCESS) { in spl_filesystem_file_call() 2113 #define FileFunctionCall(func_name, pass_num_args, arg2) /* {{{ */ \ argument 2121 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2); \
|
Completed in 12 milliseconds