Home
last modified time | relevance | path

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

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

Completed in 26 milliseconds