Home
last modified time | relevance | path

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

12345

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c307 cb->pattern_position = GET(Fecode, 1); in do_callout()
5316 Fecode += GET(Fecode, 1); in match()
5358 Lnext_branch = Fecode + GET(Fecode, 1); in match()
5409 Fecode += GET(Fecode, 1); in match()
5428 bracode = mb->start_code + GET(Fecode, 1); in match()
5530 Fecode += GET(Fecode, 1); in match()
5563 Fecode += GET(Fecode, 1); in match()
5911 bracode = Fecode - GET(Fecode, 1); in match()
5916 branch_start += GET(branch_start, 1); in match()
6027 uint32_t y = GET(P->ecode,1); in match()
[all …]
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 …]
H A Dpcre2_jit_compile.c878 cc += GET(cc, 1); in no_alternatives()
894 cc += GET(cc, 1); in find_vreverse()
1988 size = GET(cc, 1); in set_private_data_ptrs()
10153 cc += GET(cc, 1); in compile_assert_matchingpath()
10376 cc += GET(cc, 1); in compile_assert_matchingpath()
10791 cc += GET(cc, 1); in compile_bracket_matchingpath()
11219 cc += GET(cc, 1); in compile_bracket_matchingpath()
11488 cc += GET(cc, 1); in compile_bracketpos_matchingpath()
13031 cc += GET(cc, 1); in compile_bracket_backtrackingpath()
13925 cc += GET(cc, 1); in compile_recurse()
[all …]
/php-src/ext/session/tests/
H A Drfc1867_inter.phpt24 --GET--
H A Drfc1867_sid_only_cookie.phpt23 --GET--
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt35 echo "GET with preserving original OID names\n";
173 GET with preserving original OID names
/php-src/docs-old/
H A Dinput-filter.md58 REGISTER_LONG_CONSTANT("GET", PARSE_GET, CONST_PERSISTENT);
/php-src/ext/phar/tests/
H A Dphar_createdefaultstub.phpt48 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
342 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
644 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dphar_setdefaultstub.phpt68 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
363 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
658 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/php-src/ext/phar/tests/files/
H A Dopenssl.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dopenssl256.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dopenssl512.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dinclude_path2.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dnophar.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/php-src/ext/phar/tests/cache_list/files/
H A Dnophar.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
H A Dopenssl.phar13 …]) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUE…
/php-src/sapi/fpm/
H A Dwww.conf.in219 ; request method - the request method (GET, POST, ...);
243 ; request method: GET
359 ; - the request method is not GET or HEAD; or
/php-src/
H A Dphp.ini-development433 ; How many GET/POST/COOKIE input variables may be accepted
651 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
H A Dphp.ini-production435 ; How many GET/POST/COOKIE input variables may be accepted
653 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
/php-src/sapi/fpm/tests/
H A Dtester.inc728 'REQUEST_METHOD' => $method ?? (is_null($stdin) ? 'GET' : 'POST'),

Completed in 109 milliseconds

12345