PHP_OS            198 ext/phar/shortarc.php         if (strpos(PHP_OS, 'WIN') !== false) {
PHP_OS           2022 main/main.c    	php_os=PHP_OS;
PHP_OS            135 run-tests.php  if ((substr(PHP_OS, 0, 3) == "WIN") && empty($environment["SystemRoot"])) {
PHP_OS            382 run-tests.php  			$failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n";
PHP_OS            385 run-tests.php  			if (substr(PHP_OS, 0, 3) != "WIN") {
PHP_OS            781 run-tests.php  		if (substr(PHP_OS, 0, 3) == "WIN") {
PHP_OS           1340 run-tests.php  		} else if (!strncasecmp(PHP_OS, "win", 3) && file_exists(dirname($php) . "/php-cgi.exe")) {
PHP_OS           1498 run-tests.php  			$extra = substr(PHP_OS, 0, 3) !== "WIN" ?
PHP_OS           1825 run-tests.php  				$extra = substr(PHP_OS, 0, 3) !== "WIN" ?
PHP_OS           2306 run-tests.php  			if (substr(PHP_OS, 0, 3) == "WIN" && !empty($value) && $value{0} == '"') {
PHP_OS            481 server-tests.php 		$this->iswin32 = substr(PHP_OS, 0, 3) == "WIN";
PHP_OS            996 server-tests.php 				$failed_tests_data .= "OS:\n". PHP_OS. "\n\n";