Searched refs:permission (Results 1 – 25 of 53) sorted by relevance
123
59 File permission : 66662 File permission : 66665 File permission : 66468 File permission : 66471 File permission : 66274 File permission : 66277 File permission : 66080 File permission : 66083 File permission : 66686 File permission : 666[all …]
59 File permission : 42662 File permission : 42465 File permission : 42468 File permission : 42271 File permission : 42274 File permission : 42077 File permission : 42080 File permission : 40683 File permission : 40686 File permission : 404[all …]
36 File permission : 040 File permission : 144 File permission : 248 File permission : 352 File permission : 456 File permission : 560 File permission : 664 File permission : 768 File permission : 872 File permission : 9[all …]
12 /* Delete file having default permission but its dir having readonly permission13 Delete file having readonly permission but dir having default permission31 echo "-- Unlink file having default permission and its dir having read only permission --\n";32 // remove write permission of $dirname33 // on windows dir permission is not respected43 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";51 // remove write permission from file57 // reassign write permission to temp file69 -- Unlink file having default permission and its dir having read only permission --75 -- Unlinking file without write permission, its dir having default permission --
12 /* Delete file having default permission but its dir having readonly permission13 Delete file having readonly permission but dir having default permission32 echo "-- Unlink file having default permission and its dir having read only permission --\n";33 // remove write permission of $dirname34 // on windows dir permission is not respected44 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";52 // remove write permission from file58 // reassign write permission to temp file71 -- Unlink file having default permission and its dir having read only permission --77 -- Unlinking file without write permission, its dir having default permission --
13 /* Delete file having default permission but its dir having readonly permission14 Delete file having readonly permission but dir having default permission32 echo "-- Unlink file having default permission and its dir having read only permission --\n";33 // remove write permission of $dirname44 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";51 // remove write permission from file64 -- Unlink file having default permission and its dir having read only permission --74 -- Unlinking file without write permission, its dir having default permission --
29 /* negative values as permission */33 /* decimal values as permission */38 /* hex value as permission */42 /* strings notation of permission, wont work properly */50 foreach($perms_array as $permission) {53 var_dump( chmod($file_name, $permission) );62 var_dump( chmod($dir_name, $permission) );
21 // checking stat() on file after changing its permission22 echo "*** Testing lstat() on a file after changing its access permission ***\n";44 *** Testing lstat() on a file after changing its access permission ***
29 echo "\n*** Testing stat() on file with miscellaneous file permission and content ***\n";47 echo "\n*** Testing stat() on directory with miscellaneous file permission ***\n";73 *** Testing stat() on file with miscellaneous file permission and content ***79 *** Testing stat() on directory with miscellaneous file permission ***
9 /* Variation 6 : Change permission of directory and try creating links inside that directory */12 echo "*** Creating links in a directory without permission to allow the operation ***\n";55 *** Creating links in a directory without permission to allow the operation ***
18 echo "*** Testing lstat() on a dir after changing its access permission ***\n";43 *** Testing lstat() on a dir after changing its access permission ***
28 echo "*** Testing lstat() on a link after changing its access permission ***\n";51 *** Testing lstat() on a link after changing its access permission ***
22 echo "\n*** Testing stat(): on a file with read/write permission ***\n";53 *** Testing stat(): on a file with read/write permission ***
13 * remove the execute permission from the parent dir and test dir() on child dir14 * 1) remove write & execute permission from the 1st parent and test dir()15 * 2) remove execute permission from 2nd parent and test dir()18 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";39 // remove the write and execute permission from sub parent45 // remove the execute permission from parent dir, allowing all permission for sub dir46 chmod($sub_dir_path, 0777); // all permission to sub dir71 *** Testing dir() : remove execute permission from the parent dir ***
30 /*5*/ 0400, // owner has read only, group and others have no permission31 0600, // owner has rw only, group and others have no permission33 /*7*/ 0470, // owner has read only, group has rwx & others have no permission34 0407, // owner has read only, other has rwx & group has no permission36 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission37 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx46 chmod ($dir_path, 0777); // change dir permission to allow all operation51 // change the dir permission to test dir on it
31 /*5*/ 0400, // owner has read only, group and others have no permission32 0600, // owner has rw only, group and others have no permission34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission35 0407, // owner has read only, other has rwx & group has no permission37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx41 // Open directory with different permission values, read and close, expected: none of them to succe…49 chmod ($dir_path, 0777); // change dir permission to allow all operation54 // change the dir permission to test dir on it
31 /*5*/ 0400, // owner has read only, group and others have no permission32 0600, // owner has rw only, group and others have no permission34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission35 0407, // owner has read only, other has rwx & group has no permission37 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission38 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx41 // Open directory with different permission values, read and close, expected: none of them to succe…47 chmod ($dir_path, 0777); // change dir permission to allow all operation52 // change the dir permission to test dir on it
13 * remove the execute permission from the parent dir and test scandir() on child dir14 * 1. remove write & execute permission from the 1st parent and test scandir()15 * 2. remove execute permission from 2nd parent and test scandir()40 // remove the write and execute permission from sub parent46 // remove the execute permission from parent dir, allowing all permission for sub dir47 chmod($sub_dir_path, 0777); // all permission to sub dir
13 * remove the execute permission from the parent dir and test opendir() on child dir14 * 1) remove write & execute permission from the 1st parent and test opendir()15 * 2) remove execute permission from 2nd parent and test opendir()39 // remove the write and execute permission from sub parent46 // remove the execute permission from parent dir, allowing all permission for sub dir47 chmod($sub_dir_path, 0777); // all permission to sub dir
32 /*5*/ 0400, // owner has read only, group and others have no permission33 0600, // owner has rw only, group and others have no permission35 /*7*/ 0470, // owner has read only, group has rwx & others have no permission36 0407, // owner has read only, other has rwx & group has no permission38 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission39 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx42 // Open directory with different permission values, read and close, expected: none of them to succe…49 @chmod ($dir_path, 0777); // change dir permission to allow all operation55 // change the dir permission to test dir on it
2 Test function posix_errno() by calling it with with permission error16 echo "*** Test by calling function with permission error ***\n";23 *** Test by calling function with permission error ***
82 permission for the USER. Just granting permission doesn't83 remove the previously denied permission.105 permission for the USER. Just granting permission doesn't106 remove the previously denied permission.115 Required to set no permission and check that is_readable()122 permission for the USER. Just granting permission doesn't123 remove the previously denied permission.
16 function dba_popen(string $path, string $mode, ?string $handler = null, int $permission = 0o644, in… argument19 function dba_open(string $path, string $mode, ?string $handler = null, int $permission = 0o644, int… argument
19 derived from this software without prior written permission. For20 written permission, please contact group@php.net.23 may "PHP" appear in their name, without prior written permission
Completed in 50 milliseconds