Searched refs:ftp_mlsd (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | ftp_mlsd_empty_directory.phpt | 2 ftp_mlsd() must not return false on empty directories 15 var_dump(ftp_mlsd($ftp, 'emptydir')); 16 var_dump(ftp_mlsd($ftp, 'bogusdir'));
|
H A D | ftp_mlsd.phpt | 2 ftp_mlsd() return parsed lines 15 var_dump(ftp_mlsd($ftp, '.')); 22 Warning: ftp_mlsd(): Missing pathname in MLSD response in %s on line %d 24 Warning: ftp_mlsd(): Malformed fact in MLSD response in %s on line %d 26 Warning: ftp_mlsd(): Malformed fact in MLSD response in %s on line %d
|
H A D | ftp_mlsd_missing_directory.phpt | 2 Testing ftp_mlsd returns false on server error 16 var_dump(ftp_mlsd($ftp, 'no_exists/'));
|
H A D | 007.phpt | 74 var_dump(ftp_mlsd($ftp, '~')); 194 ftp_mlsd(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | ftp.h | 173 char** ftp_mlsd(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | ftp_arginfo.h | 212 ZEND_FUNCTION(ftp_mlsd); 251 ZEND_FE(ftp_mlsd, arginfo_ftp_mlsd)
|
H A D | ftp.stub.php | 102 function ftp_mlsd(FTP\Connection $ftp, string $directory): array|false {}
|
H A D | php_ftp.c | 511 PHP_FUNCTION(ftp_mlsd) in PHP_FUNCTION() argument 525 if (NULL == (llist = ftp_mlsd(ftp, dir, dir_len))) { in PHP_FUNCTION()
|
H A D | ftp.c | 710 ftp_mlsd(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_mlsd() function
|
Completed in 16 milliseconds