Home
last modified time | relevance | path

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

/PHP-7.4/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 D004.phpt22 var_dump(ftp_chmod($ftp, 0666));
49 Warning: ftp_chmod() expects exactly 3 parameters, 2 given in %s on line %d
H A D005.phpt20 var_dump(ftp_chmod($ftp, 0666, 'x'));
47 Warning: ftp_chmod(): Command not implemented (3). in %s005.php on line 13
H A D007.phpt22 var_dump(ftp_chmod($ftp, 7777, '/'));
75 Warning: ftp_chmod(): supplied resource is not a valid FTP Buffer resource in %s007.php on line %d
/PHP-7.4/ext/ftp/
H A Dphp_ftp.h51 PHP_FUNCTION(ftp_chmod);
H A Dftp.h142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
H A Dphp_ftp.c263 PHP_FE(ftp_chmod, arginfo_ftp_chmod)
662 PHP_FUNCTION(ftp_chmod) in PHP_FUNCTION() argument
678 if (!ftp_chmod(ftp, mode, filename, filename_len)) { in PHP_FUNCTION()
H A Dftp.c624 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() function

Completed in 31 milliseconds