Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/
H A Dphp_ftp.h75 PHP_FUNCTION(ftp_nb_continue);
H A Dphp_ftp.c285 PHP_FE(ftp_nb_continue, arginfo_ftp_nb_continue)
1113 PHP_FUNCTION(ftp_nb_continue) in PHP_FUNCTION() argument
/PHP-7.4/ext/ftp/tests/
H A D005.phpt28 var_dump(ftp_nb_continue($ftp));
69 Warning: ftp_nb_continue(): no nbronous transfer to continue. in %s005.php on line 21
H A D006.phpt22 var_dump(ftp_nb_continue());
71 Warning: ftp_nb_continue() expects exactly 1 parameter, 0 given in %s006.php on line 15
H A D007.phpt33 var_dump(ftp_nb_continue($ftp));
108 Warning: ftp_nb_continue(): supplied resource is not a valid FTP Buffer resource in %s007.php on li…
H A Dftp_nb_continue.phpt2 Testing whether ftp_nb_continue() fetches more data
22 $r = ftp_nb_continue($ftp);

Completed in 12 milliseconds