Home
last modified time | relevance | path

Searched refs:ftp_rename (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/ftp/tests/
H A Dftp_rename_basic1.phpt2 FTP basic ftp_rename calls
15 var_dump(ftp_rename($ftp, 'existing_file', 'nonexisting_file'));
16 var_dump(ftp_rename($ftp, 'nonexisting_file', 'nonexisting_file'));
21 Warning: ftp_rename(): No such file or directory in %sftp_rename_basic1.php on line 10
H A D007.phpt149 var_dump(ftp_rename($ftp, 'old', 'new'));
209 ftp_rename(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
/PHP-8.1/ext/ftp/
H A Dftp_arginfo.h228 ZEND_FUNCTION(ftp_rename);
268 ZEND_FE(ftp_rename, arginfo_ftp_rename)
H A Dftp.h201 int ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_…
H A Dftp.stub.php83 function ftp_rename(FTP\Connection $ftp, string $from, string $to): bool {} function
H A Dphp_ftp.c1148 PHP_FUNCTION(ftp_rename) in PHP_FUNCTION() argument
1161 if (!ftp_rename(ftp, src, src_len, dest, dest_len)) { in PHP_FUNCTION()
H A Dftp.c1194 ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_t des… in ftp_rename() function

Completed in 16 milliseconds