Home
last modified time | relevance | path

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

/PHP-5.5/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));
51 Warning: ftp_nlist() expects exactly 2 parameters, 1 given in %s006.php on line 9
/PHP-5.5/ext/ftp/
H A Dphp_ftp.h51 PHP_FUNCTION(ftp_nlist);
H A Dftp.h155 char** ftp_nlist(ftpbuf_t *ftp, const char *path TSRMLS_DC);
H A Dphp_ftp.c259 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 Dftp.c652 ftp_nlist(ftpbuf_t *ftp, const char *path TSRMLS_DC) in ftp_nlist() function
/PHP-5.5/
H A DNEWS7994 - Fixed bug #39458 (ftp_nlist() returns false on empty dirs). (Nuno)

Completed in 42 milliseconds