Home
last modified time | relevance | path

Searched refs:ftp_mlsd (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/ftp/tests/
H A Dftp_mlsd_empty_directory.phpt2 ftp_mlsd() must not return false on empty directories
16 var_dump(ftp_mlsd($ftp, 'emptydir'));
17 var_dump(ftp_mlsd($ftp, 'bogusdir'));
H A Dftp_mlsd.phpt2 ftp_mlsd() return parsed lines
16 var_dump(ftp_mlsd($ftp, '.'));
23 Warning: ftp_mlsd(): Missing pathname in MLSD response in %s on line %d
25 Warning: ftp_mlsd(): Malformed fact in MLSD response in %s on line %d
27 Warning: ftp_mlsd(): Malformed fact in MLSD response in %s on line %d
H A Dftp_mlsd_missing_directory.phpt2 Testing ftp_mlsd returns false on server error
17 var_dump(ftp_mlsd($ftp, 'no_exists/'));
H A D006.phpt33 var_dump(ftp_mlsd($ftp));
104 Warning: ftp_mlsd() expects exactly 2 parameters, 1 given in %s006.php on line 26
H A D007.phpt26 var_dump(ftp_mlsd($ftp, '~'));
87 Warning: ftp_mlsd(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h55 PHP_FUNCTION(ftp_mlsd);
H A Dftp.h174 char** ftp_mlsd(ftpbuf_t *ftp, const char *path, const size_t path_len);
H A Dphp_ftp.c267 PHP_FE(ftp_mlsd, arginfo_ftp_mlsd)
783 PHP_FUNCTION(ftp_mlsd) in PHP_FUNCTION() argument
800 if (NULL == (llist = ftp_mlsd(ftp, dir, dir_len))) { in PHP_FUNCTION()
H A Dftp.c713 ftp_mlsd(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_mlsd() function

Completed in 20 milliseconds