VCWD_CHMOD       4237 ext/phar/phar_object.c 	if (FAILURE == VCWD_CHMOD(fullpath, mode)) {
VCWD_CHMOD       5848 ext/standard/basic_functions.c 		ret = VCWD_CHMOD(new_path, 0666 & ~oldmask);
VCWD_CHMOD        701 ext/standard/filestat.c 	ret = VCWD_CHMOD(filename, imode);
VCWD_CHMOD        152 main/php_open_temporary_file.c 		if (VCWD_CHMOD(opened_path, 0600)) {
VCWD_CHMOD       1109 main/streams/plain_wrapper.c 					if (VCWD_CHMOD(url_to, sb.st_mode)) {
VCWD_CHMOD       1340 main/streams/plain_wrapper.c 			ret = VCWD_CHMOD(url, mode);