Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h270 #define VCWD_UNLINK(path) virtual_unlink(path) macro
299 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
311 #define VCWD_UNLINK(path) unlink(path) macro

Completed in 7 milliseconds