Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_virtual_cwd.h257 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) macro
292 #define VCWD_FOPEN(path, mode) php_win32_ioutil_fopen(path, mode) macro
304 #define VCWD_FOPEN(path, mode) fopen(path, mode) macro

Completed in 6 milliseconds