Searched refs:environment (Results 1 – 25 of 56) sorted by relevance
123
/PHP-8.3/ |
H A D | run-tests.php | 211 $environment = $_ENV ?? []; 216 if (empty($environment)) { 217 $environment = getenv(); 220 if (empty($environment['TEMP'])) { 221 $environment['TEMP'] = sys_get_temp_dir(); 223 if (empty($environment['TEMP'])) { 234 if (count($environment) == 1) { 263 $junit = new JUnit($environment, $workerID); 681 $environment['TEST_PHP_EXECUTABLE'] = $php; 718 run_all_tests($test_files, $environment); [all …]
|
/PHP-8.3/ext/standard/tests/streams/ |
H A D | bug60602.phpt | 2 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-8.3/ext/pgsql/tests/ |
H A D | config.inc | 4 // values can be set to meet your environment with the 5 // environment var PGSQL_TEST_CONNSTR
|
H A D | 00version.phpt | 16 // Get environment vars for debugging
|
/PHP-8.3/benchmark/ |
H A D | docker-compose.yml | 7 environment:
|
/PHP-8.3/ext/date/tests/ |
H A D | bug43527.phpt | 2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
|
H A D | bug26320.phpt | 8 die("skip unable to change TZ environment variable\n");
|
H A D | bug26317.phpt | 8 die("skip unable to change TZ environment variable\n");
|
H A D | bug13142.phpt | 11 die("skip unable to change TZ environment variable\n");
|
H A D | 002.phpt | 6 die("skip unable to change TZ environment variable\n");
|
/PHP-8.3/sapi/litespeed/ |
H A D | README.md | 16 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-8.3/ext/pcntl/tests/ |
H A D | pcntl_skipif_user_env_rules.inc | 6 die("skip This test is not executed without environment variables USER/USERNAME");
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | setlocale_variation4.phpt | 17 /*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 D | setlocale_variation5.phpt | 17 /* 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-8.3/ext/standard/tests/array/ |
H A D | gh14140.phpt | 7 * processor environment in general, which uses clang as the compiler.
|
/PHP-8.3/scripts/ |
H A D | phpize.in | 129 \$PHP_AUTOCONF environment variable. Then, rerun this script. 137 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
|
/PHP-8.3/ext/snmp/tests/ |
H A D | README.md | 10 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-8.3/.circleci/ |
H A D | config.yml | 9 environment: 14 environment: 17 environment:
|
/PHP-8.3/ext/pdo_oci/tests/ |
H A D | pecl_bug_11345.phpt | 15 // when the National Language Support (NLS) environment can't be
|
/PHP-8.3/ext/sockets/tests/ |
H A D | socket_create_listen-nobind.phpt | 17 die('SKIP Test cannot be run in environment that will allow binding to port 80 (azure)');
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | proc_open_array.phpt | 55 echo "\nExplicit environment:\n"; 96 Explicit environment:
|
/PHP-8.3/sapi/phpdbg/tests/ |
H A D | clean_001.phpt | 31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | README.md | 3 You must set the following environment variables to run the tests:
|
/PHP-8.3/ext/ctype/tests/ |
H A D | lc_ctype_inheritance.phpt | 2 Do not inherit LC_CTYPE from environment
|
/PHP-8.3/ext/soap/tests/ |
H A D | bug69137.phpt | 8 …e("skip test unless an HTTP/HTTPS proxy server is specified in http_proxy environment variable"); }
|
Completed in 34 milliseconds
123