FS_IS_W           436 phar/func_interceptors.c #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS  || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
FS_IS_W           437 phar/func_interceptors.c #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
FS_IS_W           453 phar/func_interceptors.c 	if (type >= FS_IS_W && type <= FS_IS_X) {
FS_IS_W           523 phar/func_interceptors.c 	case FS_IS_W:
FS_IS_W           872 phar/func_interceptors.c PharFileFunction(phar_is_writable, FS_IS_W, orig_is_writable)
FS_IS_W          1205 spl/spl_directory.c FileInfoFunction(isWritable, FS_IS_W)
FS_IS_W           843 standard/filestat.c #define IS_EXISTS_CHECK(__t) ((__t) == FS_EXISTS  || (__t) == FS_IS_W || (__t) == FS_IS_R || (__t) == FS_IS_X || (__t) == FS_IS_FILE || (__t) == FS_IS_DIR || (__t) == FS_IS_LINK)
FS_IS_W           844 standard/filestat.c #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X)
FS_IS_W           881 standard/filestat.c 				case FS_IS_W:
FS_IS_W           918 standard/filestat.c 	if (type >= FS_IS_W && type <= FS_IS_X) {
FS_IS_W           996 standard/filestat.c 	case FS_IS_W:
FS_IS_W          1140 standard/filestat.c FileFunction(PHP_FN(is_writable), FS_IS_W)