Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h292 #define VCWD_MKDIR(pathname, mode) php_win32_ioutil_mkdir(pathname, mode)
H A Dzend_virtual_cwd.c1794 retval = php_win32_ioutil_mkdir(new_state.cwd, mode); in virtual_mkdir()
/PHP-7.2/win32/
H A Dioutil.h235 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode);
H A Dioutil.c307 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode) in php_win32_ioutil_mkdir() function
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c175 if (php_win32_ioutil_mkdir(filename, 0700) < 0 && errno != EEXIST) {

Completed in 21 milliseconds