PHP_OS 198 ext/phar/shortarc.php if (strpos(PHP_OS, 'WIN') !== false) { PHP_OS 2017 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 381 run-tests.php $failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n"; PHP_OS 384 run-tests.php if (substr(PHP_OS, 0, 3) != "WIN") { PHP_OS 780 run-tests.php if (substr(PHP_OS, 0, 3) == "WIN") { PHP_OS 1339 run-tests.php } else if (!strncasecmp(PHP_OS, "win", 3) && file_exists(dirname($php) . "/php-cgi.exe")) { PHP_OS 1496 run-tests.php $extra = substr(PHP_OS, 0, 3) !== "WIN" ? PHP_OS 1823 run-tests.php $extra = substr(PHP_OS, 0, 3) !== "WIN" ? PHP_OS 2304 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";