Home
last modified time | relevance | path

Searched refs:ftp_size (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/ftp/tests/
H A Dfilesize_large.phpt18 var_dump(ftp_size($ftp, 'largefile'));
H A D006.phpt27 var_dump(ftp_size($ftp));
85 Warning: ftp_size() expects exactly 2 parameters, 1 given in %s006.php on line 20
H A D005.phpt33 var_dump(ftp_size($ftp, ''));
/PHP-7.2/ext/ftp/
H A Dphp_ftp.h65 PHP_FUNCTION(ftp_size);
H A Dphp_ftp.c277 PHP_FE(ftp_size, arginfo_ftp_size)
1155 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1205 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1262 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1352 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1383 PHP_FUNCTION(ftp_size) in PHP_FUNCTION() argument
1399 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
H A Dftp.h199 zend_long ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len);
H A Dftp.c1136 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() function

Completed in 17 milliseconds