Searched refs:VCWD_CHMOD (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.h | 288 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) macro 312 #define VCWD_CHMOD(path, mode) php_win32_ioutil_chmod(path, mode) macro 324 #define VCWD_CHMOD(path, mode) chmod(path, mode) macro
|
/PHP-8.3/main/ |
H A D | php_open_temporary_file.c | 166 if (VCWD_CHMOD(opened_path, 0600)) { in php_do_open_temporary_file()
|
/PHP-8.3/main/streams/ |
H A D | plain_wrapper.c | 1331 if (VCWD_CHMOD(url_to, sb.st_mode)) { in php_plain_files_rename() 1557 ret = VCWD_CHMOD(url, mode); in php_plain_files_metadata()
|
/PHP-8.3/ext/standard/ |
H A D | filestat.c | 589 ret = VCWD_CHMOD(filename, imode); in PHP_FUNCTION()
|
H A D | basic_functions.c | 2418 ret = VCWD_CHMOD(new_path, 0666 & ~oldmask);
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 4278 if (FAILURE == VCWD_CHMOD(fullpath, mode)) { in phar_extract_file()
|
Completed in 37 milliseconds