FS_IS_W 794 ext/spl/spl_directory.c FileInfoFunction(isWritable, FS_IS_W) FS_IS_W 729 ext/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 730 ext/standard/filestat.c #define IS_ABLE_CHECK(__t) ((__t) == FS_IS_R || (__t) == FS_IS_W || (__t) == FS_IS_X) FS_IS_W 780 ext/standard/filestat.c case FS_IS_W: FS_IS_W 817 ext/standard/filestat.c if (type >= FS_IS_W && type <= FS_IS_X) { FS_IS_W 907 ext/standard/filestat.c case FS_IS_W: FS_IS_W 1053 ext/standard/filestat.c FileFunction(PHP_FN(is_writable), FS_IS_W)