Home
last modified time | relevance | path

Searched refs:ftp_close (Results 1 – 15 of 15) sorted by relevance

/PHP-7.0/ext/ftp/tests/
H A Dfilesize_large.phpt20 ftp_close($ftp);
H A Dbug37799.phpt19 ftp_close($ftp);
H A Dbug39458.phpt20 ftp_close($ftp);
H A Dbug39458-2.phpt21 ftp_close($ftp);
H A D001.phpt18 var_dump(ftp_close($ftp));
H A D002.phpt21 var_dump(ftp_close($ftp));
H A Dbug39583-2.phpt30 ftp_close($ftp);
H A Dbug39583.phpt31 ftp_close($ftp);
H A D004.phpt24 var_dump(ftp_close());
56 Warning: ftp_close() expects exactly 1 parameter, 0 given in %s004.php on line 17
H A D003.phpt30 var_dump(ftp_close($ftp));
H A Dftp_nb_continue.phpt24 ftp_close($ftp);
/PHP-7.0/ext/ftp/
H A Dphp_ftp.h68 PHP_FUNCTION(ftp_close);
H A Dftp.h109 ftpbuf_t* ftp_close(ftpbuf_t *ftp);
H A Dphp_ftp.c272 PHP_FE(ftp_close, arginfo_ftp_close)
280 PHP_FALIAS(ftp_quit, ftp_close, arginfo_ftp_close)
307 ftp_close(ftp); in ZEND_GET_MODULE()
1426 PHP_FUNCTION(ftp_close) in PHP_FUNCTION() argument
H A Dftp.c173 ftp_close(ftpbuf_t *ftp) in ftp_close() function

Completed in 24 milliseconds