Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/tests/
H A Dbug39458.phpt2 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 Dbug39458-2.phpt2 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 D006.phpt16 var_dump(ftp_nlist($ftp));
53 Warning: ftp_nlist() expects exactly 2 parameters, 1 given in %s006.php on line 9
H A D007.phpt24 var_dump(ftp_nlist($ftp, '/'));
81 Warning: ftp_nlist(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h53 PHP_FUNCTION(ftp_nlist);
H A Dftp.h155 char** ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len);
H A Dphp_ftp.c265 PHP_FE(ftp_nlist, arginfo_ftp_nlist)
722 PHP_FUNCTION(ftp_nlist) in PHP_FUNCTION() argument
738 if (NULL == (nlist = ftp_nlist(ftp, dir, dir_len))) { in PHP_FUNCTION()
H A Dftp.c695 ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_nlist() function

Completed in 16 milliseconds