Home
last modified time | relevance | path

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

123

/PHP-7.4/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.4/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.4/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-7.4/
H A Drun-tests.php115 $environment = $_ENV ?? array();
118 if (empty($environment)) {
120 $environment = getenv();
122 if (empty($environment['TEMP'])) {
123 $environment['TEMP'] = sys_get_temp_dir();
125 if (empty($environment['TEMP'])) {
132 if (count($environment) == 1) {
165 $environment['TEST_PHP_EXECUTABLE'] = $php;
502 $environment['SKIP_ASAN'] = 1;
690 run_all_tests($test_files, $environment);
[all …]
H A D.appveyor.yml22 environment:
/PHP-7.4/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-7.4/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.4/scripts/
H A Dphpize.in128 \$PHP_AUTOCONF environment variable. Then, rerun this script.
136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-7.4/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-7.4/ext/standard/tests/general_functions/
H A Dproc_open_array.phpt36 echo "\nExplicit environment:\n";
77 Explicit environment:
/PHP-7.4/ext/pdo_mysql/tests/
H A DREADME.md3 You must set the following environment variables to run the tests:
/PHP-7.4/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt13 // when the National Language Support (NLS) environment can't be
/PHP-7.4/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-7.4/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.4/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.4/ext/pdo/tests/
H A Dpdo_024.phpt19 // environment settings can influence how the table is created if specifics are missing
/PHP-7.4/ext/standard/
H A Dproc_open.c69 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp() argument
83 if (!environment) { in _php_array_to_envp()
87 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
101 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(environment), key, element) { in _php_array_to_envp()
482 zval *environment = NULL; in PHP_FUNCTION() local
525 Z_PARAM_ARRAY_EX(environment, 1, 0) in PHP_FUNCTION()
612 if (environment) { in PHP_FUNCTION()
613 env = _php_array_to_envp(environment, is_persistent); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt13 // setup: set PDOTEST_DSN environment variable
36 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
37 // -note: on Windows, " is included in environment variable
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in58 ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
109 ; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP
277 ; %e: an environment variable (same as $_ENV or $_SERVER)
390 ; Clear environment in FPM workers
391 ; Prevents arbitrary environment variables from reaching FPM worker processes
392 ; by clearing the environment in workers before env vars specified in this
394 ; Setting to "no" will make all environment variables available to PHP code
407 ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
408 ; the current environment.

Completed in 38 milliseconds

123