Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-7.0/main/
H A Dfastcgi.c1217 int ret, n, rest; in fcgi_read() local
1222 rest = len; in fcgi_read()
1223 while (rest > 0) { in fcgi_read()
1248 rest -= ret; in fcgi_read()
1542 int limit, rest; local
1553 rest = len;
1554 while (rest > 0) {
1566 if (rest < limit) {
1573 rest -= limit;
1638 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/PHP-7.0/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-7.0/sapi/cli/tests/
H A Dbug61679.phpt35 // the rest is not interesting
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.c386 size_t rest; in xx_mainloop() local
877 rest = 0; in xx_mainloop()
879 rest = YYLIMIT - start; in xx_mainloop()
880 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest)); in xx_mainloop()
883 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest); in xx_mainloop()
884 ZSTR_LEN(ctx->buf.s) = rest; in xx_mainloop()
H A Durl_scanner_ex.re321 size_t rest;
394 rest = 0;
396 rest = YYLIMIT - start;
397 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
400 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
401 ZSTR_LEN(ctx->buf.s) = rest;
/PHP-7.0/tests/classes/
H A D__set__get_001.phpt42 // the rest are fine...
/PHP-7.0/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.0/ext/zlib/tests/
H A Ddata.inc46 in the rest, we will resemble you in that. If a Jew wrong a
64 Or else worth all the rest; I see thee still,
/PHP-7.0/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt112 --> /rest/Users?filter={"id":"123"} : string(11) "/rest/Users"
H A Durls.inc92 '/rest/Users?filter={"id":"123"}',
H A Dparse_url_basic_004.phpt112 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_005.phpt112 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_006.phpt112 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_009.phpt112 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_002.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_008.phpt112 --> /rest/Users?filter={"id":"123"} : string(19) "filter={"id":"123"}"
H A Dparse_url_basic_001.phpt836 --> /rest/Users?filter={"id":"123"}: array(2) {
838 string(11) "/rest/Users"
H A Dparse_url_basic_003.phpt112 --> /rest/Users?filter={"id":"123"} : NULL
/PHP-7.0/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.
H A Dstrstr.phpt7 and reurns the rest of the string from that string
/PHP-7.0/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.0/
H A DREADME.SELF-CONTAINED-EXTENSIONS112 As for the rest, you are currently alone here. There are a lot of existing

Completed in 59 milliseconds

12