--TEST-- Test is_writable() and its alias is_writeable() function: error conditions --FILE-- --EXPECT-- *** Testing is_writable() on non-existent file *** bool(false) bool(false) Done