Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-7.4/main/
H A Dfastcgi.c1218 int ret, n, rest; in fcgi_read() local
1223 rest = len; in fcgi_read()
1224 while (rest > 0) { in fcgi_read()
1249 rest -= ret; in fcgi_read()
1543 int limit, rest; local
1554 rest = len;
1555 while (rest > 0) {
1567 if (rest < limit) {
1574 rest -= limit;
1639 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/PHP-7.4/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-7.4/sapi/cli/tests/
H A Dbug61679.phpt30 // the rest is not interesting
/PHP-7.4/Zend/tests/arrow_functions/
H A D005.phpt8 // It would be okay if this is NULL, but the rest should work
/PHP-7.4/tests/classes/
H A D__set__get_001.phpt40 // the rest are fine...
/PHP-7.4/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.4/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.4/ext/standard/
H A Durl_scanner_ex.re501 size_t rest;
574 rest = 0;
576 rest = YYLIMIT - start;
577 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
580 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
581 ZSTR_LEN(ctx->buf.s) = rest;
/PHP-7.4/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_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_004.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_003.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_001.phpt850 --> /rest/Users?filter={"id":"123"}: array(2) {
852 string(11) "/rest/Users"
H A Dparse_url_unterminated.phpt852 --> /rest/Users?filter={"id":"123"}: array(2) {
854 string(11) "/rest/Users"
/PHP-7.4/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.4/ext/soap/
H A Dphp_sdl.c290 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
291 if (rest) { in sdl_set_uri_credentials()
294 rest += 2; in sdl_set_uri_credentials()
297 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2389 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2393 *prest = **rest; in make_persistent_restriction_int()
2394 *rest = prest; in make_persistent_restriction_int()
2398 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
[all …]
/PHP-7.4/docs/
H A Dself-contained-extensions.md109 As for the rest, you are currently alone here. There are a lot of existing

Completed in 50 milliseconds

12