Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/tests/
H A Dbug39458.phpt2 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 Dbug39458-2.phpt2 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 D007.phpt64 var_dump(ftp_nlist($ftp, '/'));
192 ftp_nlist(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
/PHP-8.2/ext/ftp/
H A Dftp.h154 char** ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len);
H A Dftp_arginfo.h211 ZEND_FUNCTION(ftp_nlist);
251 ZEND_FE(ftp_nlist, arginfo_ftp_nlist)
H A Dftp.stub.php90 function ftp_nlist(FTP\Connection $ftp, string $directory): array|false {}
H A Dphp_ftp.c469 PHP_FUNCTION(ftp_nlist) in PHP_FUNCTION() argument
482 if (NULL == (nlist = ftp_nlist(ftp, dir, dir_len))) { in PHP_FUNCTION()
H A Dftp.c698 ftp_nlist(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_nlist() function

Completed in 18 milliseconds