Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.h279 #define VCWD_UNLINK(path) virtual_unlink(path) macro
308 #define VCWD_UNLINK(path) php_win32_ioutil_unlink(path) macro
320 #define VCWD_UNLINK(path) unlink(path) macro

Completed in 6 milliseconds