Home
last modified time | relevance | path

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

/php-src/ext/ftp/tests/
H A Dftp_alloc_basic1.phpt2 Testing ftp_alloc returns true
17 var_dump(ftp_alloc($ftp, 1024));
H A Dftp_alloc_basic2.phpt2 Testing ftp_alloc returns true
17 var_dump(ftp_alloc($ftp, 1024, $result));
H A D005.phpt16 var_dump(ftp_alloc($ftp, 400));
H A D007.phpt59 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 Dftp.h148 int ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response);
H A Dftp_arginfo.h209 ZEND_FUNCTION(ftp_alloc);
248 ZEND_FE(ftp_alloc, arginfo_ftp_alloc)
H A Dftp.stub.php84 function ftp_alloc(FTP\Connection $ftp, int $size, &$response = null): bool {}
H A Dphp_ftp.c431 PHP_FUNCTION(ftp_alloc) in PHP_FUNCTION() argument
443 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
H A Dftp.c657 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc() function

Completed in 18 milliseconds