Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_virtual_cwd.h177 #ifndef W_OK
178 #define W_OK 0x02 macro
/PHP-7.0/ext/fileinfo/libmagic/
H A Dmagic.c238 if (access(file, W_OK) == 0) in unreadable_info()
/PHP-7.0/ext/standard/
H A Dfilestat.c868 #ifdef W_OK in php_stat()
870 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c261 access(ZSTR_VAL(new_value), R_OK | W_OK | X_OK) != 0) {
/PHP-7.0/ext/posix/
H A Dposix.c341 REGISTER_LONG_CONSTANT("POSIX_W_OK", W_OK, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c35280 *pResOut = osAccess(zPath, W_OK|R_OK)==0;

Completed in 448 milliseconds