Home
last modified time | relevance | path

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

/php-src/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-src/ext/ftp/
H A Dftp.h202 int ftp_rename(ftpbuf_t *ftp, const char *src, const size_t src_len, const char *dest, const size_…
H A Dftp_arginfo.h227 ZEND_FUNCTION(ftp_rename);
266 ZEND_FE(ftp_rename, arginfo_ftp_rename)
H A Dftp.stub.php126 function ftp_rename(FTP\Connection $ftp, string $from, string $to): bool {}
H A Dphp_ftp.c1129 PHP_FUNCTION(ftp_rename) in PHP_FUNCTION() argument
1142 if (!ftp_rename(ftp, src, src_len, dest, dest_len)) { in PHP_FUNCTION()
H A Dftp.c1238 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 20 milliseconds