Lines Matching refs:environment
96 $environment = isset($_ENV) ? $_ENV : array(); variable
99 if (empty($environment)) {
101 $environment = getenv(); variable
103 if (empty($environment['TEMP'])) {
104 $environment['TEMP'] = sys_get_temp_dir();
106 if (empty($environment['TEMP'])) {
112 } else if (count($environment)==1) {
119 if ((substr(PHP_OS, 0, 3) == "WIN") && empty($environment["SystemRoot"])) {
120 $environment["SystemRoot"] = getenv("SystemRoot");
148 $environment['TEST_PHP_EXECUTABLE'] = $php;
159 $environment['TEST_PHP_CGI_EXECUTABLE'] = $php_cgi;
187 $environment['TEST_PHPDBG_EXECUTABLE'] = $phpdbg;
608 $valgrind_header = system_with_timeout($valgrind_cmd, $environment);
635 $environment['TEST_PHP_EXECUTABLE'] = $php;
644 $environment['TEST_PHP_EXECUTABLE'] = $php;
655 $environment['TEST_TIMEOUT'] = $argv[++$i];
682 $environment['SKIP_SLOW_TESTS'] = 1;
685 $environment['SKIP_ONLINE_TESTS'] = 1;
847 run_all_tests($test_files, $environment);
990 run_all_tests($test_files, $environment);
1260 global $leak_check, $temp_source, $temp_target, $cfg, $environment;
1719 $redirenv = array_merge($environment, $IN_REDIRECT['ENV']);