Searched refs:ftp_nlist (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/ftp/tests/ |
H A D | bug39458.phpt | 2 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 D | bug39458-2.phpt | 2 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 D | 006.phpt | 16 var_dump(ftp_nlist($ftp)); 51 Warning: ftp_nlist() expects exactly 2 parameters, 1 given in %s006.php on line 9
|
/PHP-5.3/ext/ftp/ |
H A D | php_ftp.h | 51 PHP_FUNCTION(ftp_nlist);
|
H A D | ftp.h | 155 char** ftp_nlist(ftpbuf_t *ftp, const char *path TSRMLS_DC);
|
H A D | php_ftp.c | 259 PHP_FE(ftp_nlist, arginfo_ftp_nlist) 656 PHP_FUNCTION(ftp_nlist) in PHP_FUNCTION() argument 670 if (NULL == (nlist = ftp_nlist(ftp, dir TSRMLS_CC))) { in PHP_FUNCTION()
|
H A D | ftp.c | 642 ftp_nlist(ftpbuf_t *ftp, const char *path TSRMLS_DC) in ftp_nlist() function
|
/PHP-5.3/ |
H A D | NEWS | 4944 - Fixed bug #39458 (ftp_nlist() returns false on empty dirs). (Nuno)
|
Completed in 43 milliseconds