Home
last modified time | relevance | path

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

123

/PHP-7.3/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-7.3/ext/pgsql/tests/
H A Dconfig.inc4 // values can be set to meet your environment with the
5 // environment var PGSQL_TEST_CONNSTR
H A D00version.phpt15 // Get environment vars for debugging
/PHP-7.3/sapi/litespeed/
H A DREADME.md17 server's virtual host configuration. In shared hosting environment,
20 usually, FastCGI PHP is not an option in shared hosting environment
51 installation. lsphp can be used in clustered environment with one
53 running on multiple backend servers. In such environment, lsphp can be
92 "Instances" should be set to "1". Add "LSAPI_CHILDREN" environment
94 environment variable described below can be added.
108 There are a few environment variables that can be tweaked to control the
118 should be set to "1", while "LSAPI_CHILDREN" environment variable should
128 most server environment.
136 preferred in a shared hosting environment. When set to 1, the internal
[all …]
/PHP-7.3/ext/date/tests/
H A Dbug43527.phpt2 Bug #43527 (DateTime created from a timestamp reports environment timezone)
H A Dbug26320.phpt7 die("skip unable to change TZ environment variable\n");
H A Dbug26317.phpt7 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-7.3/
H A DREADME.TESTING36 you must set the TEST_PHP_EXECUTABLE environment variable to explicitly
67 When an argument is given or TESTS environment variable is set, the
92 factors applying to the tester's environment, or there is a bug in PHP.
100 environment variable TEST_PHP_LOG_FORMAT. For each file you want to be
104 NOTE: You can set environment variable TEST_PHP_DETAILED to enable
127 # Make sure compilation environment is correct
132 # Set test environment
191 testing PHP under it's primary environment, HTTP, and can run the
202 depending on the environment.
263 This section get's eval()'d to help build an environment for the
[all …]
H A Drun-tests.php92 $environment = $_ENV ?? array(); variable
95 if (empty($environment)) {
97 $environment = getenv(); variable
99 if (empty($environment['TEMP'])) {
100 $environment['TEMP'] = sys_get_temp_dir();
102 if (empty($environment['TEMP'])) {
108 } else if (count($environment)==1) {
144 $environment['TEST_PHP_EXECUTABLE'] = $php;
680 $environment['SKIP_SLOW_TESTS'] = 1;
683 $environment['SKIP_ONLINE_TESTS'] = 1;
[all …]
H A Dphp7.spec.in36 # to override, use the OVERRIDE_OPTIONS environment variable. To add
37 # extra options, use the OPTIONS environment variable.
H A D.appveyor.yml15 environment:
/PHP-7.3/Zend/
H A DREADME.ZEND_MM32 this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then
39 The Zend MM can be tweaked using ZEND_MM_MEM_TYPE and ZEND_MM_SEG_SIZE environment
/PHP-7.3/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt23 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
44 …in the system, Expected : the locale names will be set from the values of environment variables\n";
155 …ale in the system, Expected : the locale names will be set from the values of environment variables
H A Dsetlocale_variation5.phpt23 /* If locale is empty string "", the locale names will be set from the values of environment variab…
48 …in the system, Expected : the locale names will be set from the values of environment variables\n";
159 …ale in the system, Expected : the locale names will be set from the values of environment variables
/PHP-7.3/scripts/
H A Dphpize.in128 \$PHP_AUTOCONF environment variable. Then, rerun this script.
136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-7.3/ext/pdo_mysql/tests/
H A DREADME1 You must set the following environment variables to run the tests:
/PHP-7.3/ext/snmp/tests/
H A DREADME10 You need to give credentials with environment vars if default ones are not
22 Running run-tests.php directly will clear your environment and therefore
/PHP-7.3/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt13 // when the National Language Support (NLS) environment can't be
/PHP-7.3/ext/standard/
H A Dproc_open.c70 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp() argument
84 if (!environment) { in _php_array_to_envp()
88 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
102 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(environment), key, element) { in _php_array_to_envp()
412 zval *environment = NULL; in PHP_FUNCTION() local
453 Z_PARAM_ARRAY_EX(environment, 1, 0) in PHP_FUNCTION()
486 if (environment) { in PHP_FUNCTION()
487 env = _php_array_to_envp(environment, is_persistent); in PHP_FUNCTION()
/PHP-7.3/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-7.3/ext/soap/tests/
H A Dbug69137.phpt7 …e("skip test unless an HTTP/HTTPS proxy server is specified in http_proxy environment variable"); }
/PHP-7.3/ext/pdo/tests/
H A Dpdo_024.phpt19 // environment settings can influence how the table is created if specifics are missing
/PHP-7.3/ext/pdo_dblib/
H A DREADME13 You must set the following environment variables to run the tests:

Completed in 32 milliseconds

123