Home
last modified time | relevance | path

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

/PHP-8.0/ext/ftp/tests/
H A Dftp_alloc_basic1.phpt2 Testing ftp_alloc returns true
18 var_dump(ftp_alloc($ftp, 1024));
H A Dftp_alloc_basic2.phpt2 Testing ftp_alloc returns true
18 var_dump(ftp_alloc($ftp, 1024, $result));
H A D005.phpt17 var_dump(ftp_alloc($ftp, 400));
H A D007.phpt60 var_dump(ftp_alloc($ftp, 7777));
192 ftp_alloc(): supplied resource is not a valid FTP Buffer resource
/PHP-8.0/ext/ftp/
H A Dftp_arginfo.h210 ZEND_FUNCTION(ftp_alloc);
250 ZEND_FE(ftp_alloc, arginfo_ftp_alloc)
H A Dftp.h147 int ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response);
H A Dftp.stub.php44 function ftp_alloc($ftp, int $size, &$response = null): bool {} function
H A Dphp_ftp.c427 PHP_FUNCTION(ftp_alloc) in PHP_FUNCTION() argument
442 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
H A Dftp.c637 ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response) in ftp_alloc() function

Completed in 18 milliseconds