Searched refs:VCWD_CHMOD (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_virtual_cwd.h | 278 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) macro 302 #define VCWD_CHMOD(path, mode) php_win32_ioutil_chmod(path, mode) macro 314 #define VCWD_CHMOD(path, mode) chmod(path, mode) macro
|
/PHP-8.0/main/ |
H A D | php_open_temporary_file.c | 166 if (VCWD_CHMOD(opened_path, 0600)) { in php_do_open_temporary_file()
|
/PHP-8.0/main/streams/ |
H A D | plain_wrapper.c | 1273 if (VCWD_CHMOD(url_to, sb.st_mode)) { in php_plain_files_rename() 1492 ret = VCWD_CHMOD(url, mode); in php_plain_files_metadata()
|
/PHP-8.0/ext/standard/ |
H A D | filestat.c | 599 ret = VCWD_CHMOD(filename, imode); in PHP_FUNCTION()
|
H A D | basic_functions.c | 2502 ret = VCWD_CHMOD(new_path, 0666 & ~oldmask);
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.c | 4272 if (FAILURE == VCWD_CHMOD(fullpath, mode)) { in phar_extract_file()
|
Completed in 92 milliseconds