Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_directory.c2098 …file_call(spl_filesystem_object *intern, zend_function *func_ptr, int pass_num_args, zval *return_… in spl_filesystem_file_call() argument
2105 int num_args = pass_num_args + (arg2 ? 2 : 1); in spl_filesystem_file_call()
2115 zend_get_parameters_array_ex(pass_num_args, params+(arg2 ? 2 : 1)); in spl_filesystem_file_call()
2147 #define FileFunctionCall(func_name, pass_num_args, arg2) /* {{{ */ \ argument
2156 spl_filesystem_file_call(intern, func_ptr, pass_num_args, return_value, arg2 TSRMLS_CC); \

Completed in 21 milliseconds