Home
last modified time | relevance | path

Searched refs:VCWD_CHMOD (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h288 #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 Dphp_open_temporary_file.c166 if (VCWD_CHMOD(opened_path, 0600)) { in php_do_open_temporary_file()
/PHP-8.3/main/streams/
H A Dplain_wrapper.c1331 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 Dfilestat.c589 ret = VCWD_CHMOD(filename, imode); in PHP_FUNCTION()
H A Dbasic_functions.c2418 ret = VCWD_CHMOD(new_path, 0666 & ~oldmask);
/PHP-8.3/ext/phar/
H A Dphar_object.c4278 if (FAILURE == VCWD_CHMOD(fullpath, mode)) { in phar_extract_file()

Completed in 37 milliseconds