Searched refs:ftp_mkdir (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/ftp/tests/ |
H A D | bug7216.phpt | 2 Bug #7216 (ftp_mkdir returns nothing) 16 var_dump(ftp_mkdir($ftp, 'CVS'));
|
H A D | bug7216-2.phpt | 2 Bug #7216 (ftp_mkdir returns nothing (2)) 16 var_dump(ftp_mkdir($ftp, 'CVS'));
|
H A D | 005.phpt | 42 var_dump(ftp_mkdir($ftp, 'x')); 86 Warning: ftp_mkdir(): Command not implemented (7). in %s005.php on line %d
|
H A D | 007.phpt | 45 var_dump(ftp_mkdir($ftp, '/')); 189 ftp_mkdir(): supplied resource is not a valid FTP Buffer resource
|
/PHP-8.0/ext/ftp/ |
H A D | ftp_arginfo.h | 207 ZEND_FUNCTION(ftp_mkdir); 247 ZEND_FE(ftp_mkdir, arginfo_ftp_mkdir)
|
H A D | ftp.h | 134 zend_string* ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len);
|
H A D | ftp.stub.php | 32 function ftp_mkdir($ftp, string $directory): string|false {} function
|
H A D | php_ftp.c | 342 PHP_FUNCTION(ftp_mkdir) in PHP_FUNCTION() argument 359 if (NULL == (tmp = ftp_mkdir(ftp, dir, dir_len))) { in PHP_FUNCTION()
|
H A D | ftp.c | 557 ftp_mkdir(ftpbuf_t *ftp, const char *dir, const size_t dir_len) in ftp_mkdir() function
|
Completed in 29 milliseconds