Home
last modified time | relevance | path

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

123

/PHP-7.0/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.0/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.0/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.0/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.0/
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
110 assurance, setting the environment variable NO_INTERACTION to 1, will not
114 of independent tests. Set the environment variable REPORT_EXIT_STATUS to 1,
127 # Make sure compilation environment is correct
132 # Set test environment
H A DREADME.TESTING29 testing PHP under it's primary environment, HTTP, and can run the
20 depending on the environment.
23 Will emulate a CGI environment when testing with the cgi sapi executable.
81 This section get's eval()'d to help build an environment for the
82 execution of the test. This can be used to change environment
101 $this->env all environment variables that will get passed to the test
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.yml22 environment:
H A Drun-tests.php133 $environment = isset($_ENV) ? $_ENV : array(); variable
135 $environment["SystemRoot"] = getenv("SystemRoot");
163 $environment['TEST_PHP_EXECUTABLE'] = $php;
202 $environment['TEST_PHPDBG_EXECUTABLE'] = $phpdbg;
644 $environment['TEST_PHP_EXECUTABLE'] = $php;
653 $environment['TEST_PHP_EXECUTABLE'] = $php;
664 $environment['TEST_TIMEOUT'] = $argv[++$i];
688 $environment['SKIP_SLOW_TESTS'] = 1;
691 $environment['SKIP_ONLINE_TESTS'] = 1;
848 run_all_tests($test_files, $environment);
[all …]
/PHP-7.0/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.0/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.0/ext/bcmath/libbcmath/
H A Daclocal.m447 # Check to make sure that the build environment is sane.
51 [AC_MSG_CHECKING([whether build environment is sane])
71 # broken ls alias from the environment. This has actually
74 alias in your environment])
/PHP-7.0/scripts/
H A Dphpize.in128 \$PHP_AUTOCONF environment variable. Then, rerun this script.
136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-7.0/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.0/ext/pdo_mysql/tests/
H A DREADME1 You must set the following environment variables to run the tests:
/PHP-7.0/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt13 // when the National Language Support (NLS) environment can't be
/PHP-7.0/ext/standard/
H A Dproc_open.c76 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp() argument
90 if (!environment) { in _php_array_to_envp()
94 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
108 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(environment), key, element) { in _php_array_to_envp()
419 zval *environment = NULL; in PHP_FUNCTION() local
461 &command_len, &descriptorspec, &pipes, &cwd, &cwd_len, &environment, in PHP_FUNCTION()
495 if (environment) { in PHP_FUNCTION()
496 env = _php_array_to_envp(environment, is_persistent); in PHP_FUNCTION()
/PHP-7.0/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.0/ext/soap/tests/
H A Dbug69137.phpt7 …e("skip test unless an HTTP/HTTPS proxy server is specified in http_proxy environment variable"); }

Completed in 36 milliseconds

123