Home
last modified time | relevance | path

Searched refs:ftp_chmod (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/ftp/tests/
H A Dftp_chmod_basic.phpt2 Testing ftp_chmod returns file mode
18 var_dump(ftp_chmod($ftp, 0644, 'test.txt'));
H A D005.phpt20 var_dump(ftp_chmod($ftp, 0666, 'x'));
73 Warning: ftp_chmod(): Command not implemented (3). in %s005.php on line %d
H A D007.phpt55 var_dump(ftp_chmod($ftp, 7777, '/'));
191 ftp_chmod(): supplied resource is not a valid FTP Buffer resource
/PHP-8.0/ext/ftp/
H A Dftp_arginfo.h209 ZEND_FUNCTION(ftp_chmod);
249 ZEND_FE(ftp_chmod, arginfo_ftp_chmod)
H A Dftp.h140 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
H A Dftp.stub.php38 function ftp_chmod($ftp, int $permissions, string $filename): int|false {} function
H A Dphp_ftp.c399 PHP_FUNCTION(ftp_chmod) in PHP_FUNCTION() argument
415 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
H A Dftp.c605 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() function

Completed in 16 milliseconds