writemsg          609 server-tests.php 		    $this->writemsg("PASSED: $item ($reason)\n");
writemsg          612 server-tests.php 		    $this->writemsg("FAILED: $item ($reason)\n");
writemsg          615 server-tests.php 		    $this->writemsg("SKIPPED: $item ($reason)\n");
writemsg          653 server-tests.php 					$this->writemsg("Invalid configuration file\n");
writemsg          681 server-tests.php 			$this->writemsg($this->help());
writemsg          741 server-tests.php 			$this->writemsg(REQ_PHP_VERSION);
writemsg          750 server-tests.php 			$this->writemsg(PROC_OPEN_MISSING);
writemsg          754 server-tests.php 			$this->writemsg(PCRE_MISSING_ERROR);
writemsg          758 server-tests.php 			$this->writemsg(SAFE_MODE_WARNING);
writemsg          789 server-tests.php 		$this->writemsg("\n$this->ddash\n".
writemsg          807 server-tests.php 		$this->writemsg("found ".count($this->test_files)." files\n");
writemsg          814 server-tests.php 		$this->writemsg("moving files from {$this->conf['TEST_PHP_SRCDIR']} to {$this->conf['TEST_BASE_PATH']}\n");
writemsg          871 server-tests.php 		$this->writemsg("TIME START " . date('Y-m-d H:i:s', $this->start_time) . "\n".$this->ddash."\n");
writemsg          873 server-tests.php 			$this->writemsg("Running selected tests.\n");
writemsg          875 server-tests.php 			$this->writemsg("Running all test files.\n");
writemsg          904 server-tests.php 			$this->writemsg("No tests were run.\n");
writemsg          921 server-tests.php 		$this->writemsg("\n".$this->ddash."\n".
writemsg          948 server-tests.php 			$this->writemsg($failed_test_summary);
writemsg          954 server-tests.php 			$this->writemsg("\nPlease allow this report to be send to the PHP QA\nteam. This will give us a better understanding in how\n");
writemsg          955 server-tests.php 			$this->writemsg("PHP's test cases are doing.\n");
writemsg          956 server-tests.php 			$this->writemsg("(choose \"s\" to just save the results to a file)? [Yns]: ");
writemsg         1236 server-tests.php 			$this->writemsg("\n=================\nTEST $file\n");
writemsg         1316 server-tests.php 				$this->writemsg("\nURL  = $url\n");
writemsg         1362 server-tests.php 				$this->writemsg("\nCONTENT_LENGTH  = " . $env['CONTENT_LENGTH'] . 
writemsg         1550 server-tests.php 			$this->writemsg(generate_diff($wanted,$output)."\n");
writemsg         1595 server-tests.php 			$this->writemsg($testname . "(1) : $tested\n");
writemsg         1596 server-tests.php 			$this->writemsg($logname . "(1) :  $tested\n");
writemsg         1599 server-tests.php 			$this->writemsg($testname . ":1: $tested\n");
writemsg         1600 server-tests.php 			$this->writemsg($logname . ":1:  $tested\n");
writemsg         1607 server-tests.php 		$this->writemsg("ERROR: {$message}\n");