Searched refs:ftp_nlist (Results 1 – 8 of 8) sorted by relevance
/PHP-8.4/ext/ftp/tests/ |
H A D | bug39458.phpt | 2 Bug #39458 (ftp_nlist() returns false on empty directories) 15 var_dump(ftp_nlist($ftp, '')); 16 var_dump(ftp_nlist($ftp, 'emptydir')); 17 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)) 16 var_dump(ftp_nlist($ftp, '')); 17 var_dump(ftp_nlist($ftp, 'emptydir')); 18 var_dump(ftp_nlist($ftp, 'bogusdir'));
|
H A D | 007.phpt | 64 var_dump(ftp_nlist($ftp, '/')); 192 ftp_nlist(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/PHP-8.4/ext/ftp/ |
H A D | ftp.h | 154 char** ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | ftp_arginfo.h | 210 ZEND_FUNCTION(ftp_nlist); 249 ZEND_FE(ftp_nlist, arginfo_ftp_nlist)
|
H A D | ftp.stub.php | 90 function ftp_nlist(FTP\Connection $ftp, string $directory): array|false {}
|
H A D | php_ftp.c | 458 PHP_FUNCTION(ftp_nlist) in PHP_FUNCTION() argument 471 if (NULL == (nlist = ftp_nlist(ftp, dir, dir_len))) { in PHP_FUNCTION()
|
H A D | ftp.c | 694 ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_nlist() function
|
Completed in 17 milliseconds