Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h248 #define VCWD_UNLINK(path) virtual_unlink(path) macro
277 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
289 #define VCWD_UNLINK(path) unlink(path) macro

Completed in 10 milliseconds