Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dmagic.c96 if (access(file, W_OK) == 0) in unreadable_info()
/PHP-8.0/win32/
H A Dioutil.h76 #ifndef W_OK
77 #define W_OK 0x02 macro
H A Dioutil.c687 if ((mode &W_OK) == W_OK && (attr & FILE_ATTRIBUTE_READONLY) == FILE_ATTRIBUTE_READONLY) { in php_win32_ioutil_access_w()
/PHP-8.0/ext/standard/
H A Dfilestat.c769 #ifdef W_OK in php_stat()
771 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
/PHP-8.0/ext/posix/
H A Dposix.c76 REGISTER_LONG_CONSTANT("POSIX_W_OK", W_OK, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c146 access(ZSTR_VAL(new_value), R_OK | W_OK | X_OK) != 0) {

Completed in 32 milliseconds