Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 25 of 108) sorted by path

12345

/PHP-7.4/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt29 echo "GET ";
53 GET int(123)
54 GET string(3) "123"
/PHP-7.4/docs/
H A Dinput-filter.md58 REGISTER_LONG_CONSTANT("GET", PARSE_GET, CONST_CS | CONST_PERSISTENT);
/PHP-7.4/ext/curl/tests/
H A Dbug55767.phpt19 echo '*** Testing curl sending through GET an POST ***' . "\n";
37 *** Testing curl sending through GET an POST ***
H A Dbug66109.phpt24 string(3) "GET"
H A Dbug78775.phpt28 fwrite($sock, "GET / HTTP/1.0\n\n");
H A Dcurl_basic_003.phpt20 echo '*** Testing curl sending through GET an POST ***' . "\n";
38 *** Testing curl sending through GET an POST ***
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 ***
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"
/PHP-7.4/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 D004.phpt2 GET/POST/REQUEST Test with filtered data
9 --GET--
H A D005.phpt2 GET/REQUEST Test with fifa example data
7 --GET--
H A D007.phpt5 --GET--
H A D011.phpt7 --GET--
H A D035.phpt2 GET/POST/REQUEST Test with input_filter
7 --GET--
H A D037.phpt2 GET and data callback tests
5 --GET--
H A D040.phpt5 --GET--
H A Dbug42718-2.phpt9 --GET--
H A Dbug42718.phpt10 --GET--
/PHP-7.4/ext/imap/tests/
H A Dimap_timeout_basic.phpt18 echo "GET values:\n";
48 GET values:
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt11 --GET--
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c460 end = code + GET(code, 0) - 1; in get_chr_property_list()
560 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes()
568 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes()
602 switch(*(code - GET(code, 1))) in compare_opcodes()
649 next_code = code + GET(code, 1); in compare_opcodes()
660 next_code += GET(next_code, 1); in compare_opcodes()
673 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
1181 repeat_opcode = code + GET(code, 1); in PRIV()
1249 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
1254 code += GET(code, 1); in PRIV()
H A Dpcre2_compile.c4770 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
4774 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
4782 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
6499 tc += GET(tc,1); in compile_branch()
7268 oldlinkoffset = GET(bra, 1); in compile_branch()
7590 tempcode += GET(tempcode, 1); in compile_branch()
8340 code += GET(code, 1); in is_anchored()
8473 code += GET(code, 1); in is_startline()
8509 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
8729 code += GET(code, 1); in find_firstassertedcu()
[all …]
H A Dpcre2_dfa_match.c371 cb->pattern_position = GET(code, 1 + extracode); in do_callout()
594 end_code += GET(end_code, 1); in internal_dfa_match()
643 end_code += GET(end_code, 1); in internal_dfa_match()
679 end_code += GET(end_code, 1); in internal_dfa_match()
918 code += GET(code, 1); in internal_dfa_match()
927 code += GET(code, 1); in internal_dfa_match()
931 code += GET(code, 1); in internal_dfa_match()
939 code += 1 + GET(code, 2); in internal_dfa_match()
946 code += 1 + GET(code, 2); in internal_dfa_match()
2587 ecode = code + GET(code, 1); in internal_dfa_match()
[all …]

Completed in 63 milliseconds

12345