Home
last modified time | relevance | path

Searched refs:getenv (Results 126 – 150 of 505) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_pipes2.phpt8 $php = getenv("TEST_PHP_EXECUTABLE");
/PHP-7.4/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 Dbug80067.phpt5 if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
/PHP-7.4/ext/oci8/tests/
H A Dpecl_bug10194.phpt7 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
8 if (getenv("USE_ZEND_ALLOC") === "0") {
/PHP-7.4/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') . " -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') . " -n -d default_charset=cp1251 -f code.php"));
/PHP-7.4/ext/pdo/tests/
H A Dpdo_005.phpt6 $dir = getenv('REDIR_TEST_DIR');
13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
14 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
H A Dpdo_010.phpt6 $dir = getenv('REDIR_TEST_DIR');
13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
14 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
H A Dpdo_016.phpt6 $dir = getenv('REDIR_TEST_DIR');
8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci drive…
14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.__DIR__ . '/../../pdo/tests/');
15 require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug76348.phpt6 if (getenv("SKIP_ONLINE_TESTS")) die("skip online test");
/PHP-7.4/sapi/cli/tests/
H A D002-unix.phpt13 $php = getenv('TEST_PHP_EXECUTABLE');
H A D018.phpt13 $php = getenv('TEST_PHP_EXECUTABLE');
H A D001.phpt8 $php = getenv('TEST_PHP_EXECUTABLE');
/PHP-7.4/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-7.4/tests/basic/
H A Dtimeout_variation_0.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dtimeout_variation_7.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dtimeout_variation_8.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dtimeout_variation_1.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
H A Dtimeout_variation_4.phpt5 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/PHP-7.4/ext/standard/tests/ini_info/
H A Dphp_ini_loaded_file.phpt6 $php = '"'.getenv('TEST_PHP_EXECUTABLE').'"';
/PHP-7.4/ext/standard/tests/file/
H A Dbug60120.phpt5 $php = getenv('TEST_PHP_EXECUTABLE');
15 $php = getenv('TEST_PHP_EXECUTABLE');
H A Dfile_get_contents_error001.phpt10 if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
/PHP-7.4/ext/readline/tests/
H A Dbug77812-readline.phpt11 $php = getenv('TEST_PHP_EXECUTABLE');
12 $ini = getenv('TEST_PHP_EXTRA_ARGS');
/PHP-7.4/Zend/tests/
H A Dbug81070.phpt5 if (getenv("USE_ZEND_ALLOC") === "0") die("skip requires zmm");

Completed in 38 milliseconds

12345678910>>...21