Searched refs:ftp_chdir (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | 003.phpt | 18 var_dump(ftp_chdir($ftp, 'mydir')); 21 var_dump(ftp_chdir($ftp, '/xpto/mydir')); 27 var_dump(ftp_chdir($ftp, '..'));
|
H A D | 005.phpt | 19 var_dump(ftp_chdir($ftp, '~')); 70 Warning: ftp_chdir(): Command not implemented (2). in %s005.php on line %d
|
H A D | 007.phpt | 30 var_dump(ftp_chdir($ftp, '~')); 186 ftp_chdir(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 204 ZEND_FUNCTION(ftp_chdir); 244 ZEND_FE(ftp_chdir, arginfo_ftp_chdir)
|
H A D | ftp.h | 126 int ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
|
H A D | ftp.stub.php | 23 function ftp_chdir($ftp, string $directory): bool {} function
|
H A D | php_ftp.c | 265 PHP_FUNCTION(ftp_chdir) in PHP_FUNCTION() argument 281 if (!ftp_chdir(ftp, dir, dir_len)) { in PHP_FUNCTION()
|
H A D | ftp.c | 511 ftp_chdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_chdir() function
|
Completed in 14 milliseconds