Home
last modified time | relevance | path

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

12345

/php-src/Zend/tests/
H A Dlist_keyed_ArrayAccess.phpt29 echo "GET ";
54 GET int(123)
55 GET string(3) "123"
/php-src/docs-old/
H A Dinput-filter.md58 REGISTER_LONG_CONSTANT("GET", PARSE_GET, CONST_PERSISTENT);
/php-src/ext/curl/tests/
H A Dbug55767.phpt11 echo '*** Testing curl sending through GET an POST ***' . "\n";
28 *** Testing curl sending through GET an POST ***
H A Dbug66109.phpt24 string(3) "GET"
H A Dbug78775.phpt29 fwrite($sock, "GET / HTTP/1.0\n\n");
H A Dcurl_basic_003.phpt14 echo '*** Testing curl sending through GET an POST ***' . "\n";
31 *** Testing curl sending through GET an POST ***
H A Dcurl_copy_handle_basic_001.phpt14 echo '*** Testing curl copy handle with simple GET ***' . "\n";
32 *** 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"
H A Dcurl_setopt_CURLOPT_ACCEPT_ENCODING.phpt31 GET /get.inc?test= HTTP/1.1
36 GET /get.inc?test= HTTP/1.1
/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 D004.phpt2 GET/POST/REQUEST Test with filtered data
10 --GET--
H A D005.phpt2 GET/REQUEST Test with fifa example data
8 --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-src/ext/mbstring/tests/
H A Dmb_http_input.phpt7 --GET--
H A Dmb_http_input_pass.phpt7 --GET--
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c477 end = code + GET(code, 0) - 1; in get_chr_property_list()
580 code += GET(code, 1 + 2*LINK_SIZE); in compare_opcodes()
588 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes()
622 bracode = code - GET(code, 1); in compare_opcodes()
673 next_code = code + GET(code, 1); in compare_opcodes()
684 next_code += GET(next_code, 1); in compare_opcodes()
697 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
1205 repeat_opcode = code + GET(code, 1); in PRIV()
1277 code += GET(code, 1 + 2*LINK_SIZE); in PRIV()
1282 code += GET(code, 1); in PRIV()
H A Dpcre2_compile.c5093 code += GET(code, 1 + 2*LINK_SIZE); in first_significant_code()
5097 code += 2 + GET(code, 2) + LINK_SIZE; in first_significant_code()
5105 code += GET(code, 1) + 1 + LINK_SIZE; in first_significant_code()
6876 tc += GET(tc,1); in compile_branch()
7642 oldlinkoffset = GET(bra, 1); in compile_branch()
7964 tempcode += GET(tempcode, 1); in compile_branch()
8762 code += GET(code, 1); in is_anchored()
8895 code += GET(code, 1); in is_startline()
8931 if (c == OP_XCLASS) code += GET(code, 1); in find_recurse()
9150 code += GET(code, 1); in find_firstassertedcu()
[all …]

Completed in 48 milliseconds

12345