Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h269 #define VCWD_UNLINK(path) virtual_unlink(path) macro
298 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
310 #define VCWD_UNLINK(path) unlink(path) macro

Completed in 6 milliseconds