Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h278 #define VCWD_UNLINK(path) virtual_unlink(path) macro
307 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
319 #define VCWD_UNLINK(path) unlink(path) macro

Completed in 5 milliseconds