Home
last modified time | relevance | path

Searched refs:ftp_site (Results 1 – 5 of 5) sorted by relevance

/PHP-7.2/ext/ftp/
H A Dphp_ftp.h69 PHP_FUNCTION(ftp_site);
H A Dftp.h211 int ftp_site(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len);
H A Dphp_ftp.c281 PHP_FE(ftp_site, arginfo_ftp_site)
1481 PHP_FUNCTION(ftp_site) in PHP_FUNCTION() argument
1497 if (!ftp_site(ftp, cmd, cmd_len)) { in PHP_FUNCTION()
H A Dftp.c1248 ftp_site(ftpbuf_t *ftp, const char *cmd, const size_t cmd_len) in ftp_site() function
/PHP-7.2/ext/ftp/tests/
H A D006.phpt30 var_dump(ftp_site($ftp));
94 Warning: ftp_site() expects exactly 2 parameters, 1 given in %s006.php on line 23

Completed in 28 milliseconds