Home
last modified time | relevance | path

Searched refs:env (Results 76 – 100 of 153) sorted by last modified time

1234567

/PHP-5.5/ext/calendar/tests/
H A Dunixtojd.phpt12 // 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") …
/PHP-5.5/Zend/tests/
H A Dbug41209.phpt6 class env
35 $env = new env();
44 #0 %s(%d): env::errorHandler(8, '%s', '%s', 34, Array)
/PHP-5.5/TSRM/
H A Dtsrm_win32.c457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex()
542 …, NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &pr… in popen_ex()
545 …res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, … in popen_ex()
H A Dtsrm_win32.h98 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC…
H A Dtsrm_nw.c55 char *command = NULL, *argv[MAX_ARGS] = {'\0'}, **env = NULL; local
116 env = (char **) NXMemAlloc(sizeof(char *) * envCount, 0);
117 if (!env)
120 err = NXCopyEnv(env, envCount);
122 NXMemFree (env);
132 NXMemFree (env);
144 NXMemFree (env);
165 envSpec.esEnv = (void **) env;
205 if (env)
206 NXMemFree (env);
/PHP-5.5/
H A DREADME.TESTING283 vars that are used for CGI emulation, or simply to set env vars
101 $this->env all environment variables that will get passed to the test
H A DNEWS682 . Fixed bug #69033 (Request may get env. variables from previous requests
7314 - Fixed bug #41904 (proc_open(): empty env array should cause empty environment
H A DINSTALL599 env -i PHP_FCGI_CHILDREN=$PHP_FCGI_CHILDREN \
H A D.travis.yml27 env:
/PHP-5.5/ext/soap/tests/soap12/
H A DT01.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:role="http://www.w3.org/2003/05/soap-envelope/role/next">foo</test:echoOk>
13 </env:Header>
14 <env:Body>
15 </env:Body>
16 </env:Envelope>
22env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT02.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
13 </env:Header>
14 <env:Body>
15 </env:Body>
16 </env:Envelope>
22env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT03.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 </env:Header>
13 <env:Body>
14 </env:Body>
15 </env:Envelope>
21env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT04.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:echoOk>
13 </env:Header>
14 <env:Body>
15 </env:Body>
16 </env:Envelope>
22env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT10.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:Unknown>
13 </env:Header>
14 <env:Body>
15 </env:Body>
16 </env:Envelope>
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
H A DT11.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
13 env:mustUnderstand="false">foo</test:Unknown>
14 </env:Header>
15 <env:Body>
16 </env:Body>
17 </env:Envelope>
23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
H A DT23.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:mustUnderstand="1">foo</test:Unknown>
14 env:mustUnderstand="wrong">foo</test:echoOk>
15 </env:Header>
16 <env:Body>
17 </env:Body>
18 </env:Envelope>
24env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
H A DT24.phpt9 <env:Envelope xmlns:env="http://wrong-version/">
10 <env:Body>
14 </env:Body>
15 </env:Envelope>
21env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
H A DT25.phpt9 <!DOCTYPE env:Envelope SYSTEM "env.dtd"[]>
10 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
11 <env:Body>
15 </env:Body>
16 </env:Envelope>
22env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
H A DT35.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:mustUnderstand="1">
15 </env:Header>
16 <env:Body>
17 </env:Body>
18 </env:Envelope>
24env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
H A DT36.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:mustUnderstand="1"
13env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:Unknown>
14 </env:Header>
15 <env:Body>
16 </env:Body>
17 </env:Envelope>
23env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
H A DT37.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12env:role="http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver">foo</test:Unknown>
13 </env:Header>
14 <env:Body>
15 </env:Body>
16 </env:Envelope>
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body/></env:Envelope>
H A DT38_1.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:mustUnderstand="false"
13 env:role="http://example.org/ts-tests/C">foo</test:Unknown>
15 env:mustUnderstand="0"
16 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
17 </env:Header>
18 <env:Body>
19 </env:Body>
20 </env:Envelope>
[all …]
H A DT38_2.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:mustUnderstand="true"
13 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
15 env:mustUnderstand="1"
16 env:role="http://example.org/ts-tests/C">bar</test:echoOk>
17 </env:Header>
18 <env:Body>
19 </env:Body>
20 </env:Envelope>
[all …]
H A DT39.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
10 <env:Header>
12 env:mustUnderstand="9">foo</test:Unknown>
13 </env:Header>
14 <env:Body>
15 </env:Body>
16 </env:Envelope>
22env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><e…
H A DT41.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
12 <env:Body>
14 env:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
22 </env:Body>
23 </env:Envelope>
29env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…

Completed in 78 milliseconds

1234567