Searched refs:ftp_mkdir (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/ftp/tests/ |
H A D | bug7216.phpt | 2 Bug #7216 (ftp_mkdir returns nothing) 15 var_dump(ftp_mkdir($ftp, 'CVS'));
|
H A D | bug7216-2.phpt | 2 Bug #7216 (ftp_mkdir returns nothing (2)) 15 var_dump(ftp_mkdir($ftp, 'CVS'));
|
H A D | 005.phpt | 41 var_dump(ftp_mkdir($ftp, 'x')); 85 Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line %d
|
H A D | 007.phpt | 44 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 D | ftp.h | 135 zend_string* ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
|
H A D | ftp_arginfo.h | 207 ZEND_FUNCTION(ftp_mkdir); 247 ZEND_FE(ftp_mkdir, arginfo_ftp_mkdir)
|
H A D | ftp.stub.php | 79 function ftp_mkdir(FTP\Connection $ftp, string $directory): string|false {}
|
H A D | php_ftp.c | 366 PHP_FUNCTION(ftp_mkdir) in PHP_FUNCTION() argument 380 if (NULL == (tmp = ftp_mkdir(ftp, dir, dir_len))) { in PHP_FUNCTION()
|
H A D | ftp.c | 581 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir() function
|
Completed in 14 milliseconds