Home
last modified time | relevance | path

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

/PHP-8.1/ext/ftp/tests/
H A Dfilesize_large.phpt22 ftp_close($ftp);
H A Dftp_mlsd_empty_directory.phpt18 ftp_close($ftp);
H A Dbug37799.phpt21 ftp_close($ftp);
H A Dbug39458.phpt19 ftp_close($ftp);
H A Dbug39458-2.phpt20 ftp_close($ftp);
H A Ddead-resource.phpt13 var_dump(ftp_close($ftp));
H A D001.phpt17 var_dump(ftp_close($ftp));
H A Dbug39583-2.phpt29 ftp_close($ftp);
H A Dbug39583.phpt30 ftp_close($ftp);
H A D002.phpt23 var_dump(ftp_close($ftp));
H A D003.phpt29 var_dump(ftp_close($ftp));
H A Dftp_append.phpt26 ftp_close($ftp);
H A Dftp_delete.phpt24 ftp_close($ftp);
H A Dftp_mlsd.phpt17 ftp_close($ftp);
H A D007.phpt164 var_dump(ftp_close($ftp));
212 ftp_close(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
H A Dftp_nb_continue.phpt23 ftp_close($ftp);
/PHP-8.1/ext/ftp/
H A Dftp_arginfo.h231 ZEND_FUNCTION(ftp_close);
271 ZEND_FE(ftp_close, arginfo_ftp_close)
272 ZEND_FALIAS(ftp_quit, ftp_close, arginfo_ftp_quit)
H A Dftp.h105 ftpbuf_t* ftp_close(ftpbuf_t *ftp);
H A Dftp.stub.php86 function ftp_close(FTP\Connection $ftp): bool {} function
H A Dphp_ftp.c93 ftp_close(obj->ftp); in ftp_object_destroy()
1223 PHP_FUNCTION(ftp_close) in PHP_FUNCTION() argument
1236 ftp_close(obj->ftp); in PHP_FUNCTION()
H A Dftp.c165 ftp_close(ftpbuf_t *ftp) in ftp_close() function
/PHP-8.1/
H A DNEWS648 . Propagate success status of ftp_close(). (nielsdos)

Completed in 45 milliseconds