Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/tests/
H A Dfilesize_large.phpt20 var_dump(ftp_size($ftp, 'largefile'));
H A D005.phpt58 var_dump(ftp_size($ftp, ''));
H A D007.phpt139 var_dump(ftp_size($ftp, '~'));
207 ftp_size(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
/PHP-8.2/ext/ftp/
H A Dphp_ftp.c885 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
933 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
988 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1074 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION()
1104 PHP_FUNCTION(ftp_size) in PHP_FUNCTION() argument
1117 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
H A Dftp.h196 zend_long ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len);
H A Dftp_arginfo.h226 ZEND_FUNCTION(ftp_size);
266 ZEND_FE(ftp_size, arginfo_ftp_size)
H A Dftp.stub.php124 function ftp_size(FTP\Connection $ftp, string $filename): int {}
H A Dftp.c1133 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() function

Completed in 16 milliseconds