Home
last modified time | relevance | path

Searched refs:php_win32_ioutil_mkdir (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h297 #define VCWD_MKDIR(pathname, mode) php_win32_ioutil_mkdir(pathname, mode)
H A Dzend_virtual_cwd.c1596 retval = php_win32_ioutil_mkdir(new_state.cwd, mode); in virtual_mkdir()
/PHP-7.4/win32/
H A Dioutil.h559 __forceinline static int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir() function
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c185 if (php_win32_ioutil_mkdir(filename, 0700) < 0 && errno != EEXIST) {

Completed in 22 milliseconds