Searched refs:ftp_put (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/ftp/tests/ |
H A D | bug39583-2.phpt | 20 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_BINARY);
|
H A D | bug39583.phpt | 21 $upload = ftp_put($ftp, $destination_file, $source_file, FTP_ASCII);
|
H A D | 006.phpt | 25 var_dump(ftp_put($ftp)); 80 Warning: ftp_put() expects at least 3 parameters, 1 given in %s006.php on line 18
|
H A D | 007.phpt | 36 var_dump(ftp_put($ftp, 'remote', 'local', 9999)); 117 Warning: ftp_put(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
|
/PHP-7.3/ext/ftp/ |
H A D | php_ftp.h | 60 PHP_FUNCTION(ftp_put);
|
H A D | ftp.h | 189 int ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_…
|
H A D | php_ftp.c | 272 PHP_FE(ftp_put, arginfo_ftp_put) 1163 if (!ftp_put(ftp, remote, remote_len, stream, xtype, startpos)) { in PHP_FUNCTION() 1229 PHP_FUNCTION(ftp_put) in PHP_FUNCTION() argument 1270 if (!ftp_put(ftp, remote, remote_len, instream, xtype, startpos)) { in PHP_FUNCTION()
|
H A D | ftp.c | 984 ftp_put(ftpbuf_t *ftp, const char *path, const size_t path_len, php_stream *instream, ftptype_t typ… in ftp_put() function
|
Completed in 36 milliseconds