Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h257 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) macro
281 #define VCWD_CHMOD(path, mode) php_win32_ioutil_chmod(path, mode) macro
293 #define VCWD_CHMOD(path, mode) chmod(path, mode) macro
/PHP-7.3/main/
H A Dphp_open_temporary_file.c168 if (VCWD_CHMOD(opened_path, 0600)) { in php_do_open_temporary_file()
/PHP-7.3/main/streams/
H A Dplain_wrapper.c1232 if (VCWD_CHMOD(url_to, sb.st_mode)) { in php_plain_files_rename()
1451 ret = VCWD_CHMOD(url, mode); in php_plain_files_metadata()
/PHP-7.3/ext/standard/
H A Dfilestat.c607 ret = VCWD_CHMOD(filename, imode); in PHP_FUNCTION()
H A Dbasic_functions.c5951 ret = VCWD_CHMOD(new_path, 0666 & ~oldmask);
/PHP-7.3/ext/phar/
H A Dphar_object.c4280 if (FAILURE == VCWD_CHMOD(fullpath, mode)) { in phar_extract_file()

Completed in 51 milliseconds