Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 25 of 120) sorted by relevance

12345

/php-src/ext/standard/
H A Dmd5.c169 # define GET(n) \ macro
178 # define GET(n) \ macro
224 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
225 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
228 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
232 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
237 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) in body()
242 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body()
246 STEP(H, a, b, c, d, GET(1), 0xa4beea44, 4) in body()
254 STEP(H, a, b, c, d, GET(9), 0xd9d4d039, 4) in body()
[all …]
/php-src/sapi/fpm/tests/
H A Dlog-suppress-output-request-body.phpt64 // Should not suppress GET with body
67 headers: ['REQUEST_METHOD' => 'GET'],
70 $tester->expectAccessLog("'GET /request-3' 200", suppressable: false);
72 // Should suppress GET with no body
76 $tester->expectAccessLog("'GET /request-4' 200", suppressable: true);
78 // Should not suppress GET with no body but incorrect content length
81 headers: ['REQUEST_METHOD' => 'GET', 'CONTENT_LENGTH' => 100]
83 $tester->expectAccessLog("'GET /request-5' 200", suppressable: false);
85 // Should suppress GET with body but 0 content length (no stdin readable)
88 headers: ['REQUEST_METHOD' => 'GET', 'CONTENT_LENGTH' => 0],
[all …]
H A Dlog-suppress-output.phpt15 $tester->expectAccessLog("'GET /ping' 200", suppressable: true);
18 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
21 $tester->expectAccessLog("'GET /ping' 200", suppressable: true);
24 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
27 $tester->expectAccessLog("'GET /ping' 200", suppressable: true);
33 $tester->expectAccessLog("'GET /ping' 200", suppressable: true);
36 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
39 $tester->expectAccessLog("'GET /ping?test=output' 200", suppressable: false);
45 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
48 $tester->expectAccessLog("'GET /ping?test=output' 200", suppressable: false);
[all …]
/php-src/ext/standard/tests/http/
H A Dgh11274.phpt2 GH-11274 (POST/PATCH request via file_get_contents + stream_context_create switches to GET after a …
44 method: GET; body:
45 method: GET; body:
46 method: GET; body:
47 method: GET; body:
49 method: GET; body:
50 method: GET; body:
51 method: GET; body:
52 method: GET; body:
H A Dbug65634.phpt55 GET / HTTP/1.0
60 GET / HTTP/1.0
65 GET / HTTP/1.0
70 GET / HTTP/1.1
75 GET / HTTP/1.1
80 GET / HTTP/1.1
H A Dbug38802.phpt93 string(%d) "GET /foo/bar HTTP/1.1
97 GET /foo/bar2 HTTP/1.1
101 GET /foo/bar3 HTTP/1.1
105 GET /foo/bar4 HTTP/1.1
114 string(%d) "GET /foo/bar HTTP/1.1
118 GET /foo/bar2 HTTP/1.1
127 string(%d) "GET /foo/bar HTTP/1.1
136 string(%d) "GET /foo/bar HTTP/1.1
150 string(%d) "GET /foo/bar HTTP/1.1
164 string(%d) "GET /foo/bar HTTP/1.1
[all …]
H A Dbug61548.phpt52 GET /foo HTTP/1.1
66 GET /foo HTTP/1.1
81 GET /foo HTTP/1.1
95 GET /foo HTTP/1.1
108 GET /foo HTTP/1.1
122 GET /foo HTTP/1.1
H A Dignore_errors.phpt65 string(%d) "GET /foo/bar HTTP/1.1
74 string(%d) "GET /foo/bar HTTP/1.1
88 string(%d) "GET /foo/bar HTTP/1.1
101 string(%d) "GET /foo/bar HTTP/1.1
115 string(%d) "GET /foo/bar HTTP/1.1
128 string(%d) "GET /foo/bar HTTP/1.1
/php-src/ext/snmp/tests/
H A Dsnmp3.phpt21 echo "GET single: noAuthNoPriv\n";
25 echo "GET single: $signalg\n";
30 echo "GET single: MD5/$chipher\n";
34 echo "GET multiple\n";
80 GET single: noAuthNoPriv
82 GET single: MD5
84 GET single: SHA
86 GET single: MD5/AES
88 GET single: MD5/DES
90 GET single: MD5/AES128
[all …]
/php-src/ext/filter/tests/
H A D001.phpt2 Simple GET test
5 --GET--
H A D002.phpt2 GET test with 2 values and an empty one
5 --GET--
H A D003.phpt2 GET/POST/REQUEST Test
7 --GET--
H A D037.phpt2 GET and data callback tests
5 --GET--
H A D005.phpt2 GET/REQUEST Test with fifa example data
8 --GET--
H A D035.phpt2 GET/POST/REQUEST Test with input_filter
7 --GET--
H A D004.phpt2 GET/POST/REQUEST Test with filtered data
10 --GET--
/php-src/tests/basic/
H A D011.phpt2 Testing $argc and $argv handling (GET)
5 --GET--
H A D003.phpt2 GET and POST Method combined
5 --GET--
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c388 cc += GET(cc, 1); in pcre2_callout_enumerate()
401 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate()
402 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
413 cb.pattern_position = GET(cc, 1); in pcre2_callout_enumerate()
414 cb.next_item_length = GET(cc, 1 + LINK_SIZE); in pcre2_callout_enumerate()
416 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE); in pcre2_callout_enumerate()
418 GET(cc, 1 + 2*LINK_SIZE) - (1 + 4*LINK_SIZE) - 2; in pcre2_callout_enumerate()
422 cc += GET(cc, 1 + 2*LINK_SIZE); in pcre2_callout_enumerate()
H A Dpcre2_study.c116 PCRE2_SPTR nextbranch = code + GET(code, 1); in find_minlength()
158 cs = cc + GET(cc, 1); in find_minlength()
190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
239 nextbranch = cc + GET(cc, 1); in find_minlength()
283 cc += GET(cc, 1 + 2*LINK_SIZE); in find_minlength()
423 cc += GET(cc, 1); in find_minlength()
1121 ncode = tcode + GET(tcode, 1); in set_start_bits()
1137 ncode += GET(ncode, 1); in set_start_bits()
1252 tcode += GET(tcode, 1 + 2*LINK_SIZE); in set_start_bits()
[all …]
/php-src/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt29 echo "GET ";
54 GET int(123)
55 GET string(3) "123"
/php-src/ext/standard/tests/streams/
H A Dbug71245.phpt9 'method' => 'GET',
27 [method] => GET
/php-src/sapi/cli/tests/
H A Dphp_cli_server_009.phpt19 GET /foo/bar HTTP/1.1
35 GET /foo/bar/ HTTP/1.0
51 GET /foo/bar.js HTTP/1.0
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_009.phpt26 string(21) "GET /get.inc HTTP/1.1"
29 string(21) "GET /get.inc HTTP/1.1"
H A Dcurl_setopt_CURLOPT_ACCEPT_ENCODING.phpt31 GET /get.inc?test= HTTP/1.1
36 GET /get.inc?test= HTTP/1.1

Completed in 55 milliseconds

12345