Searched refs:ftp_nlist (Results 1 – 8 of 8) sorted by relevance
/PHP-8.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 | 007.phpt | 65 var_dump(ftp_nlist($ftp, '/')); 193 ftp_nlist(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 211 ZEND_FUNCTION(ftp_nlist); 251 ZEND_FE(ftp_nlist, arginfo_ftp_nlist)
|
H A D | ftp.h | 153 char** ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | ftp.stub.php | 47 function ftp_nlist($ftp, string $directory): array|false {} function
|
H A D | php_ftp.c | 457 PHP_FUNCTION(ftp_nlist) in PHP_FUNCTION() argument 473 if (NULL == (nlist = ftp_nlist(ftp, dir, dir_len))) { in PHP_FUNCTION()
|
H A D | ftp.c | 674 ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_nlist() function
|
Completed in 18 milliseconds