Home
last modified time | relevance | path

Searched refs:getenv (Results 151 – 175 of 702) sorted by relevance

12345678910>>...29

/php-src/ext/standard/tests/streams/
H A Dbug70198.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
39 $srv_proc = proc_open(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -n $srv_fl_escaped", $dummy0, $dumm…
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dbug75063_utf8.phpt8 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
50 print(shell_exec(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -nf code.php"));
H A Dbug75063_cp1251.phpt8 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
52 print(shell_exec(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -n -d default_charset=cp1251 -f code.php…
/php-src/sapi/cgi/tests/
H A Dinclude.inc5 $php = getenv("TEST_PHP_EXECUTABLE");
6 $php_escaped = getenv("TEST_PHP_EXECUTABLE_ESCAPED");
/php-src/ext/readline/tests/
H A Dbug77812-readline.phpt12 $php = getenv('TEST_PHP_EXECUTABLE');
13 $ini = getenv('TEST_PHP_EXTRA_ARGS');
/php-src/ext/standard/tests/misc/
H A Dbug79410.phpt6 system(getenv('TEST_PHP_EXECUTABLE_ESCAPED') . ' -n -r "echo str_repeat(\".\", 4095);"');
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt6 $php = getenv('TEST_PHP_EXECUTABLE');
48 $cmd = [$php, '-n', '-r', 'var_dump(getenv("ENV_1"), getenv("ENV_2"));'];
H A Dproc_open_pipes2.phpt8 $php = getenv("TEST_PHP_EXECUTABLE_ESCAPED");
H A Dgh9589.phpt7 if (getenv('SKIP_ASAN')) die('xleak dl() crashes LSan');
/php-src/sapi/cli/tests/
H A Dupload_2G.phpt35 if (getenv('TRAVIS')) {
39 if (getenv('CIRRUS_CI')) die('skip Fails on Cirrus');
41 if (getenv('SKIP_PERF_SENSITIVE')) {
H A D002.phpt10 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
H A Dbug65275.phpt6 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
H A D025.phpt13 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
H A D002-unix.phpt13 $php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
/php-src/ext/pdo/tests/
H A Dpdo_035.phpt7 $dir = getenv('REDIR_TEST_DIR');
14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
15 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
101 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
102 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
/php-src/ext/gd/libgd/
H A Dgdkanji.c190 if (getenv ("LC_ALL")) in DetectKanjiCode()
191 lang = getenv ("LC_ALL"); in DetectKanjiCode()
192 else if (getenv ("LC_CTYPE")) in DetectKanjiCode()
193 lang = getenv ("LC_CTYPE"); in DetectKanjiCode()
194 else if (getenv ("LANG")) in DetectKanjiCode()
195 lang = getenv ("LANG"); in DetectKanjiCode()
/php-src/ext/standard/tests/network/
H A Dbug81618.phpt5 if (getenv('SKIP_ONLINE_TESTS')) die('skip online test');
H A Dgethostbyname_basic001.phpt7 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dgetprotobynumber_error.phpt7 if (getenv('SKIP_MSAN')) die('skip msan missing interceptor for getprotobynumber()');
H A Dgetprotobyname_error.phpt7 if (getenv('SKIP_MSAN')) die('skip msan missing interceptor for getprotobyname()');
/php-src/sapi/cgi/
H A Dcgi_main.c563 return getenv(name); in sapi_cgi_getenv()
582 return getenv(name); in sapi_fcgi_getenv()
623 return getenv(name); in _sapi_cgi_putenv()
638 return getenv(name); in _sapi_cgi_putenv()
643 return getenv("HTTP_COOKIE"); in sapi_cgi_read_cookies()
709 path_info = getenv("PATH_INFO"); in sapi_cgi_register_variables()
1085 getenv(name))
1790 if (getenv("SERVER_SOFTWARE") ||
1791 getenv("SERVER_NAME") ||
1792 getenv("GATEWAY_INTERFACE") ||
[all …]
/php-src/ext/soap/tests/bugs/
H A Dbug76348.phpt7 if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
/php-src/sapi/fpm/tests/
H A Dbug77023-pm-dynamic-blocking-sigquit.phpt9 if (!getenv("FPM_RUN_RESOURCE_HEAVY_TESTS")) die("skip resource heavy test");
10 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
/php-src/Zend/tests/
H A Darginfo_zpp_mismatch.phpt5 if (getenv('SKIP_ASAN')) die("skip Intermittently crashes lsan");
6 if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");
H A Darginfo_zpp_mismatch_strict.phpt5 if (getenv('SKIP_ASAN')) die("skip Intermittently crashes lsan");
6 if (getenv('SKIP_MSAN')) die("skip msan misses interceptors for some functions");

Completed in 35 milliseconds

12345678910>>...29