VCWD_CHMOD 6148 ext/standard/basic_functions.c ret = VCWD_CHMOD(Z_STRVAL_PP(new_path), 0666 & ~oldmask); VCWD_CHMOD 630 ext/standard/filestat.c ret = VCWD_CHMOD(Z_STRVAL_PP(filename), imode); VCWD_CHMOD 144 main/php_open_temporary_file.c VCWD_CHMOD(opened_path, 0600); VCWD_CHMOD 1079 main/streams/plain_wrapper.c if (VCWD_CHMOD(url_to, sb.st_mode)) {