Home
last modified time | relevance | path

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

/PHP-8.2/ext/ftp/tests/
H A Dbug7216.phpt2 Bug #7216 (ftp_mkdir returns nothing)
15 var_dump(ftp_mkdir($ftp, 'CVS'));
H A Dbug7216-2.phpt2 Bug #7216 (ftp_mkdir returns nothing (2))
15 var_dump(ftp_mkdir($ftp, 'CVS'));
H A D005.phpt41 var_dump(ftp_mkdir($ftp, 'x'));
85 Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line %d
H A D007.phpt44 var_dump(ftp_mkdir($ftp, '/'));
188 ftp_mkdir(): Argument #1 ($ftp) must be of type FTP\Connection, resource given
/PHP-8.2/ext/ftp/
H A Dftp.h135 zend_string* ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
H A Dftp_arginfo.h207 ZEND_FUNCTION(ftp_mkdir);
247 ZEND_FE(ftp_mkdir, arginfo_ftp_mkdir)
H A Dftp.stub.php79 function ftp_mkdir(FTP\Connection $ftp, string $directory): string|false {}
H A Dphp_ftp.c366 PHP_FUNCTION(ftp_mkdir) in PHP_FUNCTION() argument
380 if (NULL == (tmp = ftp_mkdir(ftp, dir, dir_len))) { in PHP_FUNCTION()
H A Dftp.c581 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir() function

Completed in 67 milliseconds