/PHP-7.3/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 7 $str = str_repeat('.', 8191) . $delimiter . "rest"; 17 string(4) "rest"
|
/PHP-7.3/main/ |
H A D | fastcgi.c | 1218 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.3/ext/dom/tests/ |
H A D | DOMComment_replaceData_basic.phpt | 17 // Replaces rest of string if count is greater than length of existing string
|
/PHP-7.3/sapi/cli/tests/ |
H A D | bug61679.phpt | 35 // the rest is not interesting
|
/PHP-7.3/tests/classes/ |
H A D | __set__get_001.phpt | 40 // the rest are fine...
|
/PHP-7.3/ext/standard/ |
H A D | url_scanner_ex.c | 500 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 D | url_scanner_ex.re | 503 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.3/ext/standard/tests/array/ |
H A D | 009.phpt | 29 array(-1.5 => "test", -2 => "rest", 2.5 => "two", 428 string(4) "rest" 429 string(4) "rest" 450 string(4) "rest"
|
H A D | array_key_exists.phpt | 19 array("test", "rest", "enjoy"),
|
/PHP-7.3/ext/zlib/tests/ |
H A D | data.inc | 45 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.3/ext/standard/tests/url/ |
H A D | parse_url_basic_007.phpt | 113 --> /rest/Users?filter={"id":"123"} : string(11) "/rest/Users"
|
H A D | urls.inc | 93 '/rest/Users?filter={"id":"123"}',
|
H A D | parse_url_basic_006.phpt | 113 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_009.phpt | 113 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_004.phpt | 113 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_005.phpt | 113 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_002.phpt | 114 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_008.phpt | 113 --> /rest/Users?filter={"id":"123"} : string(19) "filter={"id":"123"}"
|
H A D | parse_url_basic_003.phpt | 113 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_001.phpt | 850 --> /rest/Users?filter={"id":"123"}: array(2) { 852 string(11) "/rest/Users"
|
H A D | parse_url_unterminated.phpt | 852 --> /rest/Users?filter={"id":"123"}: array(2) { 854 string(11) "/rest/Users"
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | str_replace_variation3.phpt | 17 string is used for the rest of replacement values */
|
H A D | explode1.phpt | 12 elements with the last element containing the rest of string.
|
/PHP-7.3/ext/soap/ |
H A D | php_sdl.c | 288 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local 289 if (rest) { in sdl_set_uri_credentials() 292 rest += 2; in sdl_set_uri_credentials() 295 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials() 2380 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local 2384 *prest = **rest; in make_persistent_restriction_int() 2385 *rest = prest; in make_persistent_restriction_int() 2389 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument 2395 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int() 2396 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int() [all …]
|
/PHP-7.3/ |
H A D | README.SELF-CONTAINED-EXTENSIONS | 109 As for the rest, you are currently alone here. There are a lot of existing
|