Searched refs:ftp_alloc (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/ftp/tests/ |
H A D | ftp_alloc_basic1.phpt | 2 Testing ftp_alloc returns true 17 var_dump(ftp_alloc($ftp, 1024));
|
H A D | ftp_alloc_basic2.phpt | 2 Testing ftp_alloc returns true 17 var_dump(ftp_alloc($ftp, 1024, $result));
|
H A D | 005.phpt | 16 var_dump(ftp_alloc($ftp, 400));
|
H A D | 007.phpt | 59 var_dump(ftp_alloc($ftp, 7777)); 191 ftp_alloc(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
|
/php-src/ext/ftp/ |
H A D | ftp.h | 148 int ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response);
|
H A D | ftp_arginfo.h | 209 ZEND_FUNCTION(ftp_alloc); 248 ZEND_FE(ftp_alloc, arginfo_ftp_alloc)
|
H A D | ftp.stub.php | 84 function ftp_alloc(FTP\Connection $ftp, int $size, &$response = null): bool {}
|
H A D | php_ftp.c | 431 PHP_FUNCTION(ftp_alloc) in PHP_FUNCTION() argument 443 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
|
H A D | ftp.c | 657 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc() function
|
Completed in 18 milliseconds