Home
last modified time | relevance | path

Searched refs:W_OK (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/win32/
H A Dioutil.h78 #ifndef W_OK
79 #define W_OK 0x02 macro
H A Dioutil.c689 if ((mode &W_OK) == W_OK && (attr & FILE_ATTRIBUTE_READONLY) == FILE_ATTRIBUTE_READONLY) { in php_win32_ioutil_access_w()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dmagic.c99 if (access(file, W_OK) == 0) in unreadable_info()
/PHP-7.4/ext/standard/
H A Dfilestat.c799 #ifdef W_OK in php_stat()
801 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
/PHP-7.4/ext/posix/
H A Dposix.c340 REGISTER_LONG_CONSTANT("POSIX_W_OK", W_OK, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c261 access(ZSTR_VAL(new_value), R_OK | W_OK | X_OK) != 0) {

Completed in 25 milliseconds