Home
last modified time | relevance | path

Searched refs:putenv (Results 1 – 25 of 108) sorted by relevance

12345

/PHP-5.5/ext/standard/tests/general_functions/
H A Dputenv.phpt2 putenv() basic tests
9 var_dump(putenv($var_name."=value"));
12 var_dump(putenv($var_name."="));
15 var_dump(putenv($var_name));
18 var_dump(putenv("=123"));
19 var_dump(putenv(""));
32 Warning: putenv(): Invalid parameter syntax in %s on line %d
35 Warning: putenv(): Invalid parameter syntax in %s on line %d
H A Dbug50690.phpt2 Bug #23650 (putenv() does not assign values when the value is one character)
5 putenv("foo=ab");
6 putenv("bar=c");
/PHP-5.5/sapi/cgi/tests/
H A Dinclude.inc46 putenv("REDIRECT_STATUS");
47 putenv("QUERY_STRING");
48 putenv("PATH_TRANSLATED");
49 putenv("SCRIPT_FILENAME");
50 putenv("SERVER_SOFTWARE");
51 putenv("SERVER_NAME");
52 putenv("GATEWAY_INTERFACE");
53 putenv("REQUEST_METHOD");
H A D009.phpt15 putenv("TRANSLATED_PATH=".$f."/x");
16 putenv("SCRIPT_FILENAME=".$f."/x");
H A Dapache_request_headers.phpt24 putenv($name."=".str_repeat("A", 256));
26 putenv($name);
H A D010.phpt15 putenv("TRANSLATED_PATH=".$f."/x");
16 putenv("SCRIPT_FILENAME=".$f."/x");
/PHP-5.5/sapi/cli/tests/
H A Dbug64544.phpt2 Bug #64544 (Valgrind warnings after using putenv)
12 putenv("HOME=/tmp");
15 putenv("FOO=BAR");
/PHP-5.5/ext/odbc/tests/
H A Dconfig.inc3 putenv('ODBCINI=/etc/odbc.ini');
4 putenv('ODBCSYSINI=/etc');
/PHP-5.5/ext/calendar/tests/
H A Dunixtojd.phpt10 putenv('TZ=UTC');
12 // putenv (basic_functions.c) does call tzset() when the env var being put is 'TZ'
17 // -since putenv() is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") …
22 // -uses putenv('TZ=UTC')
H A Deaster_date.phpt9 putenv('TZ=UTC');
/PHP-5.5/ext/date/tests/
H A Dbug13142.phpt10 if (!@putenv("TZ=US/Eastern") || getenv("TZ") != 'US/Eastern') {
18 putenv("TZ=EST5EDT4,M4.1.0,M10.5.0");
H A Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Dbug26320.phpt6 if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') {
H A Dbug26317.phpt6 if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') {
H A Ddate_default_timezone_get-2.phpt11 putenv('TZ=');
H A D002.phpt5 if (!@putenv("TZ=EST5") || getenv("TZ") != 'EST5') {
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug48764.phpt50 putenv('PDOTEST_ATTR='.serialize(array(
62 putenv('PDOTEST_ATTR='.serialize(array(
75 putenv('PDOTEST_ATTR='.serialize(array(
93 putenv('PDOTEST_ATTR');
H A Dconfig.inc13 putenv("$k=$v");
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc15 foreach($conf['ENV'] as $n=>$v) putenv("$n=$v");
71 putenv("$k=$v");
H A Dbug_40285.phpt14 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/te…
H A Dbug_50458.phpt13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/te…
H A Dbug_43663.phpt23 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/te…
H A Dpecl_bug_5772.phpt13 if (getenv('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/te…
/PHP-5.5/ext/
H A Dext_skel_win32.php22 putenv("PATH=$cygwin_path;$path");

Completed in 26 milliseconds

12345