Searched refs:ftp_size (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | filesize_large.phpt | 18 var_dump(ftp_size($ftp, 'largefile'));
|
H A D | 005.phpt | 59 var_dump(ftp_size($ftp, ''));
|
H A D | 007.phpt | 140 var_dump(ftp_size($ftp, '~')); 208 ftp_size(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 226 ZEND_FUNCTION(ftp_size); 266 ZEND_FE(ftp_size, arginfo_ftp_size)
|
H A D | php_ftp.c | 906 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 957 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1015 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1107 startpos = ftp_size(ftp, remote, remote_len); in PHP_FUNCTION() 1137 PHP_FUNCTION(ftp_size) in PHP_FUNCTION() argument 1153 RETURN_LONG(ftp_size(ftp, file, file_len)); in PHP_FUNCTION()
|
H A D | ftp.h | 195 zend_long ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len);
|
H A D | ftp.stub.php | 104 function ftp_size($ftp, string $filename): int {} function
|
H A D | ftp.c | 1109 ftp_size(ftpbuf_t *ftp, const char *path, const size_t path_len) in ftp_size() function
|
Completed in 17 milliseconds