Searched refs:is_writable (Results 1 – 25 of 38) sorted by relevance
12
2 Test is_writable() and its alias is_writeable() function: error conditions5 echo "\n*** Testing is_writable() on non-existent file ***\n";6 var_dump( is_writable(__DIR__."/is_writable") );7 var_dump( is_writeable(__DIR__."/is_writable") );12 *** Testing is_writable() on non-existent file ***
2 Test is_writable() and its alias is_writeable() function: usage variations - invalid file names11 /* test is_writable() & is_writeable() with invalid arguments */13 echo "*** Testing is_writable(): usage variations ***\n";15 echo "\n*** Testing is_writable() with invalid filenames ***\n";27 var_dump( is_writable($misc_file) );33 *** Testing is_writable(): usage variations ***35 *** Testing is_writable() with invalid filenames ***
2 Test is_writable() and its alias is_writeable() function: usage variations - file/dir with diff. pe…15 echo "*** Testing is_writable(): usage variations ***\n";20 echo "\n*** Testing is_writable() on directory without write permission ***\n";22 var_dump( is_writable("$file_path/is_writable_variation2") ); // exp: bool(false)26 echo "\n*** Testing miscellaneous input for is_writable() function ***\n";57 var_dump( is_writable($misc_file) );74 *** Testing is_writable(): usage variations ***76 *** Testing is_writable() on directory without write permission ***80 *** Testing miscellaneous input for is_writable() function ***
2 Test is_writable() and its alias is_writeable() function: usage variations - diff. path notations9 /* test is_writable() & is_writeable() with file having different filepath notation */11 echo "*** Testing is_writable(): usage variations ***\n";21 using is_writable() function */49 var_dump( is_writable($file) );70 *** Testing is_writable(): usage variations ***
35 ["is_writable"]=>
7 'is_writable',
77 if (!is_writable($file_name)) {
10 if (!is_writable('c:\\')) {
9 if (!is_writable('c:\\')) {
2 Test is_writable() and its alias is_writeable() function: basic functionality12 echo "*** Testing is_writable(): basic functionality ***\n";15 $filename = __DIR__."/is_writable.tmp";20 using is_writable() */25 var_dump( is_writable($filename) );36 *** Testing is_writable(): basic functionality ***
8 test_open_basedir("is_writable");16 *** Testing open_basedir configuration [is_writable] ***23 Warning: is_writable(): open_basedir restriction in effect. File(../bad) is not within the allowed …26 Warning: is_writable(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the …29 Warning: is_writable(): open_basedir restriction in effect. File(..) is not within the allowed path…32 Warning: is_writable(): open_basedir restriction in effect. File(../) is not within the allowed pat…35 Warning: is_writable(): open_basedir restriction in effect. File(/) is not within the allowed path(…38 Warning: is_writable(): open_basedir restriction in effect. File(../bad/.) is not within the allowe…41 Warning: is_writable(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within…47 Warning: is_writable(): open_basedir restriction in effect. File(./../.) is not within the allowed …[all …]
2 bug #44859 (incorrect result with NTFS ACL permissions, is_writable)28 if (is_writable($path) == $exp) {31 var_dump(is_writable($path), $exp);44 if (is_writable($path) == $exp) {47 var_dump(is_writable($path), $exp);
8 if ($save_path && !@is_writable($save_path)) {12 if (!@is_writable($save_path)) {
9 $is_writable = is_writable($filename);12 if ($is_writable) die("skip cannot make file read-only");
33 is_writable($f),34 is_writable($foo_obj)
47 echo "is_writable\n";48 var_dump(is_writable("dir/file1.txt"));209 is_writable
189 if (!$temp || !is_writable($temp)) {483 if (!$temp || !is_writable($temp)) {785 if (!$temp || !is_writable($temp)) {
22 if (!is_writable($row['value']))27 if (file_exists($filename) && !is_writable($filename))
18 if (is_writable($file)) {
17 if (is_writable($file)) {
295 fAccess = bucket->is_writable; in tsrm_win32_access()307 fAccess = bucket->is_readable & bucket->is_writable; in tsrm_win32_access()342 bucket->is_writable = fAccess; in tsrm_win32_access()347 bucket->is_writable = fAccess; in tsrm_win32_access()
17 if (is_writable($filename)) {
20 if (is_writable($filename)) {
154 if (!$temp || !is_writable($temp)) {
227 uint8_t is_writable:1; member
Completed in 33 milliseconds