Home
last modified time | relevance | path

Searched refs:ftp_nb_fput (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/ftp/tests/
H A Dftp_nb_fput.phpt2 Testing ftp_nb_fput basic functionality
18 var_dump(ftp_nb_fput($ftp, $destination_file, $source_file, FTP_ASCII));
H A D005.phpt52 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 D007.phpt120 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 Dftp_arginfo.h222 ZEND_FUNCTION(ftp_nb_fput);
262 ZEND_FE(ftp_nb_fput, arginfo_ftp_nb_fput)
H A Dftp.stub.php92 function ftp_nb_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = … function
H A Dphp_ftp.c928 PHP_FUNCTION(ftp_nb_fput) in PHP_FUNCTION() argument

Completed in 19 milliseconds