Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h269 #define VCWD_OPEN(path, flags) virtual_open(path, flags) macro
303 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) macro
315 #define VCWD_OPEN(path, flags) open(path, flags) macro

Completed in 8 milliseconds