Searched refs:reportFile (Results 1 – 2 of 2) sorted by relevance
214 * @param string $reportFile Report file to generate.223 $reportFile='', argument229 if ($reportFile !== null) {230 $filename = $reportFile;268 if ($cliValues['colors'] !== true || $reportFile !== null) {272 if ($reportFile !== null) {277 file_put_contents($reportFile, $generatedReport.PHP_EOL);
725 if ($this->values['reportFile'] === false) {726 $this->values['reportFile'] = substr($arg, 12);728 $dir = dirname($this->values['reportFile']);737 … $this->values['reportFile'] = getcwd().'/'.basename($this->values['reportFile']);748 … $this->values['reportFile'] = $dir.'/'.basename($this->values['reportFile']);753 if (is_dir($this->values['reportFile']) === true) {1050 * @param string $reportFile A default file to log report output to.1059 $reportFile, argument1063 $reports['full'] = $reportFile;1072 $output = $reportFile;[all …]