Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 56) sorted by relevance

123

/php-src/
H A Drun-tests.php149 $end_time, $environment,
206 $environment = $_ENV ?? [];
211 if (empty($environment)) {
212 $environment = getenv();
215 if (empty($environment['TEMP'])) {
216 $environment['TEMP'] = sys_get_temp_dir();
218 if (empty($environment['TEMP'])) {
229 if (count($environment) == 1) {
254 $junit = new JUnit($environment, $workerID);
666 $environment['TEST_PHP_EXECUTABLE'] = $php;
[all …]
/php-src/ext/standard/tests/streams/
H A Dbug60602.phpt2 Bug #60602 proc_open() modifies environment if it contains arrays
12 $environment = array('test' => array(1, 2, 3));
15 $p = proc_open($cmd, $descs, $pipes, '.', $environment);
44 var_dump(is_array($environment['test']));
/php-src/ext/pgsql/tests/inc/
H A Dconfig.inc4 // values can be set to meet your environment with the
5 // environment var PGSQL_TEST_CONNSTR
/php-src/benchmark/
H A Ddocker-compose.yml7 environment:
/php-src/ext/date/tests/
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dbug26320.phpt8 die("skip unable to change TZ environment variable\n");
H A Dbug26317.phpt8 die("skip unable to change TZ environment variable\n");
H A Dbug13142.phpt11 die("skip unable to change TZ environment variable\n");
H A D002.phpt6 die("skip unable to change TZ environment variable\n");
/php-src/sapi/litespeed/
H A DREADME.md16 host configuration. In shared hosting environment, each hosting account will has
19 hosting environment due to lacking of this flexibility. LiteSpeed SAPI is
47 installation. lsphp can be used in clustered environment with one LiteSpeed web
49 servers. In such environment, lsphp can be start manually from command with
94 set to "1". Add "LSAPI_CHILDREN" environment variable to match the value of
95 "Max Connections". More tunable environment variable described below can be
107 There are a few environment variables that can be tweaked to control the
117 `LSAPI_CHILDREN` environment variable should be set to match the value of "Max
134 a shared hosting environment. When set to 1, the internal process manager will
136 preferred in a dedicate hosting environment.
/php-src/ext/pcntl/tests/
H A Dpcntl_skipif_user_env_rules.inc6 die("skip This test is not executed without environment variables USER/USERNAME");
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt17 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
38 …in the system, Expected : the locale names will be set from the values of environment variables\n";
141 …ale in the system, Expected : the locale names will be set from the values of environment variables
H A Dsetlocale_variation5.phpt17 /* If locale is empty string "", the locale names will be set from the values of environment variab…
42 …in the system, Expected : the locale names will be set from the values of environment variables\n";
145 …ale in the system, Expected : the locale names will be set from the values of environment variables
/php-src/scripts/
H A Dphpize.in132 \$PHP_AUTOCONF environment variable. Then, rerun this script.
140 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/php-src/.circleci/
H A Dconfig.yml9 environment:
14 environment:
17 environment:
/php-src/ext/snmp/tests/
H A DREADME.md10 You need to give credentials with environment vars if default ones are not
29 Running `run-tests.php` directly will clear your environment and therefore tests
/php-src/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt17 die('SKIP Test cannot be run in environment that will allow binding to port 80 (azure)');
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt55 echo "\nExplicit environment:\n";
96 Explicit environment:
/php-src/sapi/phpdbg/tests/
H A Dclean_001.phpt31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
/php-src/ext/pgsql/tests/
H A D00version.phpt16 // Get environment vars for debugging
/php-src/docs/
H A Dmake.bat17 echo.installed, then set the SPHINXBUILD environment variable to point
/php-src/ext/pdo_mysql/tests/
H A DREADME.md3 You must set the following environment variables to run the tests:
/php-src/ext/mysqli/tests/
H A DREADME.md8 …and `MYSQL_TEST_PASSWD`. If your values differ from the defaults, then environment variables must …
/php-src/ext/soap/tests/
H A Dbug69137.phpt8 …e("skip test unless an HTTP/HTTPS proxy server is specified in http_proxy environment variable"); }
/php-src/ext/ctype/tests/
H A Dlc_ctype_inheritance.phpt2 Do not inherit LC_CTYPE from environment

Completed in 36 milliseconds

123