Home
last modified time | relevance | path

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

/PHP-7.4/ext/ftp/tests/
H A Dfilesize_large.phpt18 var_dump(ftp_size($ftp, 'largefile'));
H A D006.phpt27 var_dump(ftp_size($ftp));
86 Warning: ftp_size() expects exactly 2 parameters, 1 given in %s006.php on line 20
H A D005.phpt33 var_dump(ftp_size($ftp, ''));
H A D007.phpt39 var_dump(ftp_size($ftp, '~'));
126 Warning: ftp_size(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h63 PHP_FUNCTION(ftp_size);
H A Dphp_ftp.c275 PHP_FE(ftp_size, arginfo_ftp_size)
1181 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1233 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1292 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1386 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1417 PHP_FUNCTION(ftp_size) in PHP_FUNCTION() argument
1433 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
H A Dftp.h197 zend_long ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len);
H A Dftp.c1139 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() function
/PHP-7.4/
H A DNEWS793 . Fixed bug #55857 (ftp_size on large files). (cmb)

Completed in 26 milliseconds