Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h308 #define VCWD_MKDIR(pathname, mode) php_win32_ioutil_mkdir(pathname, mode)
H A Dzend_virtual_cwd.c1602 retval = php_win32_ioutil_mkdir(new_state.cwd, mode); in virtual_mkdir()
/php-src/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-src/ext/opcache/
H A Dzend_file_cache.c216 if (php_win32_ioutil_mkdir(filename, 0700) < 0 && errno != EEXIST) {

Completed in 24 milliseconds