Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.2/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-7.2/main/
H A Dfastcgi.c1220 int ret, n, rest; in fcgi_read() local
1225 rest = len; in fcgi_read()
1226 while (rest > 0) { in fcgi_read()
1251 rest -= ret; in fcgi_read()
1545 int limit, rest; local
1556 rest = len;
1557 while (rest > 0) {
1569 if (rest < limit) {
1576 rest -= limit;
1641 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/PHP-7.2/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-7.2/sapi/cli/tests/
H A Dbug61679.phpt35 // the rest is not interesting
/PHP-7.2/tests/classes/
H A D__set__get_001.phpt40 // the rest are fine...
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c500 size_t rest; in xx_mainloop() local
991 rest = 0; in xx_mainloop()
993 rest = YYLIMIT - start; in xx_mainloop()
994 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest)); in xx_mainloop()
997 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest); in xx_mainloop()
998 ZSTR_LEN(ctx->buf.s) = rest; in xx_mainloop()
H A Durl_scanner_ex.re503 size_t rest;
576 rest = 0;
578 rest = YYLIMIT - start;
579 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
582 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
583 ZSTR_LEN(ctx->buf.s) = rest;
/PHP-7.2/ext/standard/tests/array/
H A D009.phpt29 array(-1.5 => "test", -2 => "rest", 2.5 => "two",
428 string(4) "rest"
429 string(4) "rest"
450 string(4) "rest"
H A Darray_key_exists.phpt19 array("test", "rest", "enjoy"),
/PHP-7.2/ext/zlib/tests/
H A Ddata.inc45 in the rest, we will resemble you in that. If a Jew wrong a
63 Or else worth all the rest; I see thee still,
/PHP-7.2/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt113 --> /rest/Users?filter={"id":"123"} : string(11) "/rest/Users"
H A Durls.inc93 '/rest/Users?filter={"id":"123"}',
H A Dparse_url_basic_004.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_006.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_009.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_005.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_002.phpt114 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_008.phpt113 --> /rest/Users?filter={"id":"123"} : string(19) "filter={"id":"123"}"
H A Dparse_url_basic_001.phpt848 --> /rest/Users?filter={"id":"123"}: array(2) {
850 string(11) "/rest/Users"
H A Dparse_url_unterminated.phpt850 --> /rest/Users?filter={"id":"123"}: array(2) {
852 string(11) "/rest/Users"
H A Dparse_url_basic_003.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt17 string is used for the rest of replacement values */
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
/PHP-7.2/ext/soap/
H A Dphp_sdl.c289 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
290 if (rest) { in sdl_set_uri_credentials()
293 rest += 2; in sdl_set_uri_credentials()
296 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2379 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2383 *prest = **rest; in make_persistent_restriction_int()
2384 *rest = prest; in make_persistent_restriction_int()
2388 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2394 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2395 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
[all …]
/PHP-7.2/
H A DREADME.SELF-CONTAINED-EXTENSIONS112 As for the rest, you are currently alone here. There are a lot of existing

Completed in 77 milliseconds

12