Lines Matching refs:permissions
22 echo "\n*** Testing fileperms(), chmod() with miscellaneous permissions ***\n";
30 -0777, // permissions will be given as 2's complement form of -0777
31 -07777, // permissions will be given as 2's complement form of -07777
34 777, // permissions will be given as octal equivalent value of 777
35 7777, // permissions will be given as octal equivalent value of 7777
36 -7777, // permissions are given as 2's complement of octal equivalent of 7777
39 0x777, // permissions will be given as ocatal equivalent value of 0x777
83 *** Testing fileperms(), chmod() with miscellaneous permissions ***
140 chmod(): Argument #2 ($permissions) must be of type int, string given
141 chmod(): Argument #2 ($permissions) must be of type int, string given
143 chmod(): Argument #2 ($permissions) must be of type int, string given
144 chmod(): Argument #2 ($permissions) must be of type int, string given
146 chmod(): Argument #2 ($permissions) must be of type int, string given
147 chmod(): Argument #2 ($permissions) must be of type int, string given
149 chmod(): Argument #2 ($permissions) must be of type int, string given
150 chmod(): Argument #2 ($permissions) must be of type int, string given