Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/tests/
H A Dftp_rename_basic1.phpt2 FTP basic ftp_rename calls
16 var_dump(ftp_rename($ftp, 'existing_file', 'nonexisting_file'));
17 var_dump(ftp_rename($ftp, 'nonexisting_file', 'nonexisting_file'));
22 Warning: ftp_rename(): No such file or directory in %sftp_rename_basic1.php on line 10
H A D007.phpt150 var_dump(ftp_rename($ftp, 'old', 'new'));
210 ftp_rename(): supplied resource is not a valid FTP Buffer resource
/PHP-8.0/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.php110 function ftp_rename($ftp, string $from, string $to): bool {} function
H A Dphp_ftp.c1179 PHP_FUNCTION(ftp_rename) in PHP_FUNCTION() argument
1195 if (!ftp_rename(ftp, src, src_len, dest, dest_len)) { in PHP_FUNCTION()
H A Dftp.c1197 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 25 milliseconds