Home
last modified time | relevance | path

Searched refs:putenv (Results 1 – 25 of 132) sorted by path

123456

/PHP-7.4/
H A DUPGRADING.INTERNALS198 reasonable. This results in "thread safe" getenv/putenv in Windows and
204 The above is not an exhaustive list of such functions, while getenv/putenv
H A Dconfigure.ac627 putenv \
/PHP-7.4/Zend/tests/
H A Dbug18556.phpt6 putenv("LANG=$g_lang");
/PHP-7.4/ext/calendar/tests/
H A Deaster_date.phpt11 putenv('TZ=UTC');
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 Dunixtojd_error1.phpt11 putenv('TZ=UTC');
/PHP-7.4/ext/date/tests/
H A D002.phpt5 if (!@putenv("TZ=EST5") || getenv("TZ") != 'EST5') {
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 Dbug26317.phpt7 if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') {
H A Dbug26320.phpt7 if (!@putenv("TZ=GMT0") || getenv("TZ") != 'GMT0') {
H A Dbug33532.phpt25 putenv("TZ=Australia/Sydney");
H A Ddate_default_timezone_get-1.phpt11 putenv('TZ=');
H A Ddate_default_timezone_get-2.phpt11 putenv('TZ=');
H A Ddate_default_timezone_set-1.phpt11 putenv("TZ=");
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 Dgmstrftime_variation22.phpt25 putenv("LC_TIME=POSIX");
H A Dstrftime_variation22.phpt24 putenv("LC_ALL=POSIX");
/PHP-7.4/ext/gettext/tests/
H A Dbug66267.phpt30 putenv("LC_ALL=$l");
H A Dgettext_basic-enus.phpt16 putenv('LC_ALL=en_US.UTF-8');
H A Dgettext_basic.phpt16 putenv('LC_ALL=fi_FI');
H A Dgettext_bindtextdomain-cwd.phpt15 putenv('LC_ALL=en_US.UTF-8');
H A Dgettext_dcgettext.phpt14 putenv('LC_MESSAGES=en_US.UTF-8');
16 putenv('LC_ALL=en_US.UTF-8');
H A Dgettext_dgettext.phpt14 putenv('LC_MESSAGES=en_US.UTF-8');
16 putenv('LC_ALL=en_US.UTF-8');
H A Dgettext_dngettext-plural.phpt14 putenv('LC_ALL=en_US.UTF-8');

Completed in 32 milliseconds

123456