Home
last modified time | relevance | path

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

/PHP-7.3/win32/
H A Dioutil.h78 #ifndef W_OK
79 #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-7.3/ext/fileinfo/libmagic/
H A Dmagic.c102 if (access(file, W_OK) == 0) in unreadable_info()
/PHP-7.3/ext/standard/
H A Dfilestat.c791 #ifdef W_OK in php_stat()
793 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c262 access(ZSTR_VAL(new_value), R_OK | W_OK | X_OK) != 0) {
/PHP-7.3/ext/posix/
H A Dposix.c342 REGISTER_LONG_CONSTANT("POSIX_W_OK", W_OK, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c38745 *pResOut = osAccess(zPath, W_OK|R_OK)==0;

Completed in 428 milliseconds