Searched refs:ftp_nb_fput (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | ftp_nb_fput.phpt | 2 Testing ftp_nb_fput basic functionality 18 var_dump(ftp_nb_fput($ftp, $destination_file, $source_file, FTP_ASCII));
|
H A D | 005.phpt | 52 ftp_nb_fput($ftp, 'x', fopen(__FILE__, 'r'), 0); 92 ftp_nb_fput(): Argument #4 ($mode) must be either FTP_ASCII or FTP_BINARY
|
H A D | 007.phpt | 120 var_dump(ftp_nb_fput($ftp, 'remote', $ftp, 9999)); 204 ftp_nb_fput(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 222 ZEND_FUNCTION(ftp_nb_fput); 262 ZEND_FE(ftp_nb_fput, arginfo_ftp_nb_fput)
|
H A D | ftp.stub.php | 92 function ftp_nb_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = … function
|
H A D | php_ftp.c | 928 PHP_FUNCTION(ftp_nb_fput) in PHP_FUNCTION() argument
|
Completed in 10 milliseconds