Searched refs:ftp_nlist (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/ftp/tests/ |
H A D | bug39458.phpt | 2 Bug #39458 (ftp_nlist() returns false on empty directories) 16 var_dump(ftp_nlist($ftp, '')); 17 var_dump(ftp_nlist($ftp, 'emptydir')); 18 var_dump(ftp_nlist($ftp, 'bogusdir'));
|
H A D | bug39458-2.phpt | 2 Bug #39458 (ftp_nlist() returns false on empty directories (other server behaviour)) 17 var_dump(ftp_nlist($ftp, '')); 18 var_dump(ftp_nlist($ftp, 'emptydir')); 19 var_dump(ftp_nlist($ftp, 'bogusdir'));
|
H A D | 006.phpt | 16 var_dump(ftp_nlist($ftp)); 51 Warning: ftp_nlist() expects exactly 2 parameters, 1 given in %s006.php on line 9
|
/PHP-7.0/ext/ftp/ |
H A D | php_ftp.h | 55 PHP_FUNCTION(ftp_nlist);
|
H A D | ftp.h | 157 char** ftp_nlist(ftpbuf_t *ftp, const char *path);
|
H A D | php_ftp.c | 259 PHP_FE(ftp_nlist, arginfo_ftp_nlist) 696 PHP_FUNCTION(ftp_nlist) in PHP_FUNCTION() argument 712 if (NULL == (nlist = ftp_nlist(ftp, dir))) { in PHP_FUNCTION()
|
H A D | ftp.c | 687 ftp_nlist(ftpbuf_t *ftp, const char *path) in ftp_nlist() function
|
Completed in 27 milliseconds