Home
last modified time | relevance | path

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

12345

/PHP-7.3/ext/standard/
H A Dmd5.c172 # define GET(n) \ macro
181 # define GET(n) \ macro
227 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
228 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
231 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
235 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
240 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) in body()
245 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body()
249 STEP(H, a, b, c, d, GET(1), 0xa4beea44, 4) in body()
257 STEP(H, a, b, c, d, GET(9), 0xd9d4d039, 4) in body()
[all …]
/PHP-7.3/ext/standard/tests/http/
H A Dbug65634.phpt54 GET / HTTP/1.0
59 GET / HTTP/1.0
64 GET / HTTP/1.0
69 GET / HTTP/1.1
74 GET / HTTP/1.1
79 GET / HTTP/1.1
H A Dbug38802.phpt89 string(%d) "GET /foo/bar HTTP/1.0
93 GET /foo/bar2 HTTP/1.0
97 GET /foo/bar3 HTTP/1.0
101 GET /foo/bar4 HTTP/1.0
110 string(%d) "GET /foo/bar HTTP/1.0
114 GET /foo/bar2 HTTP/1.0
123 string(%d) "GET /foo/bar HTTP/1.0
132 string(%d) "GET /foo/bar HTTP/1.0
146 string(%d) "GET /foo/bar HTTP/1.0
160 string(%d) "GET /foo/bar HTTP/1.0
[all …]
H A Dbug61548.phpt52 GET /foo HTTP/1.0
66 GET /foo HTTP/1.0
81 GET /foo HTTP/1.0
95 GET /foo HTTP/1.0
108 GET /foo HTTP/1.0
122 GET /foo HTTP/1.0
H A Dignore_errors.phpt65 string(%d) "GET /foo/bar HTTP/1.0
74 string(%d) "GET /foo/bar HTTP/1.0
88 string(%d) "GET /foo/bar HTTP/1.0
101 string(%d) "GET /foo/bar HTTP/1.0
115 string(%d) "GET /foo/bar HTTP/1.0
128 string(%d) "GET /foo/bar HTTP/1.0
H A Dbug79265_2.phpt19 'method'=>"GET",
34 GET / HTTP/1.0
H A Dbug79265.phpt19 'method'=>"GET",
35 GET / HTTP/1.0
H A Dbug53198.phpt46 string(%d) "GET / HTTP/1.0
53 string(%d) "GET / HTTP/1.0
/PHP-7.3/ext/snmp/tests/
H A Dsnmp3.phpt19 echo "GET single: noAuthNoPriv\n";
23 echo "GET single: $signalg\n";
28 echo "GET single: MD5/$chipher\n";
32 echo "GET multiple\n";
78 GET single: noAuthNoPriv
80 GET single: MD5
82 GET single: SHA
84 GET single: MD5/AES
86 GET single: MD5/DES
88 GET single: MD5/AES128
[all …]
/PHP-7.3/ext/filter/tests/
H A D001.phpt2 Simple GET test
3 --GET--
H A D002.phpt2 GET test with 2 values and an empty one
3 --GET--
H A D003.phpt2 GET/POST/REQUEST Test
5 --GET--
H A D005.phpt2 GET/REQUEST Test with fifa example data
7 --GET--
H A D037.phpt2 GET and data callback tests
5 --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
9 --GET--
/PHP-7.3/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-7.3/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.c151 cs = cc + GET(cc, 1); in find_minlength()
182 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
204 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
240 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
267 cc += GET(cc, 1 + 2*LINK_SIZE); in find_minlength()
277 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
407 cc += GET(cc, 1); in find_minlength()
539 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
621 cs = ce = (PCRE2_UCHAR *)startcode + GET(cc, 1); in find_minlength()
629 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
[all …]
/PHP-7.3/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt29 echo "GET ";
53 GET int(123)
54 GET string(3) "123"
/PHP-7.3/ext/standard/tests/streams/
H A Dbug71245.phpt9 'method' => 'GET',
27 [method] => GET
/PHP-7.3/sapi/fpm/tests/
H A Dbug68421-ipv6-access-log.phpt40 127.0.0.1 %s "GET /ping" 200
41 ::1 %s "GET /ping" 200
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_009.phpt24 GET /foo/bar HTTP/1.1
44 GET /foo/bar/ HTTP/1.0
64 GET /foo/bar.js HTTP/1.0
/PHP-7.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt14 echo '*** Testing curl copy handle with simple GET ***' . "\n";
33 *** Testing curl copy handle with simple GET ***

Completed in 34 milliseconds

12345