Lines Matching refs:chmod
2 Test fileperms() & chmod() functions: usage variation - misc. perms
14 echo "*** Testing fileperms() & chmod() : usage variations ***\n";
22 echo "\n*** Testing fileperms(), chmod() with miscellaneous permissions ***\n";
53 var_dump( chmod($file_name, $permission) );
62 var_dump( chmod($dir_name, $permission) );
75 chmod(__DIR__."/006_variation2.tmp", 0777);
76 chmod(__DIR__."/006_variation2", 0777);
81 *** Testing fileperms() & chmod() : usage variations ***
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