Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h290 #define VCWD_CHMOD(path, mode) virtual_chmod(path, mode) macro
314 #define VCWD_CHMOD(path, mode) php_win32_ioutil_chmod(path, mode) macro
326 #define VCWD_CHMOD(path, mode) chmod(path, mode) macro

Completed in 11 milliseconds