Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-5.5/ext/ereg/regex/
H A Dengine.c296 rest = slow(m, sp, stp, ss, es);
303 stp = rest - 1;
311 assert(dp == rest);
313 assert(sp == rest);
314 sp = rest;
327 stp = rest - 1;
350 sp = rest;
363 stp = rest - 1;
370 if (slow(m, sp, rest, ssub, esub) == rest)
384 assert(dp == rest);
[all …]
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1046 int ret, n, rest; in fcgi_read() local
1051 rest = len; in fcgi_read()
1052 while (rest > 0) { in fcgi_read()
1077 rest -= ret; in fcgi_read()
1344 int limit, rest; local
1355 rest = len;
1356 while (rest > 0) {
1368 if (rest < limit) {
1375 rest -= limit;
1440 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c672 int ret, n, rest; in fcgi_read() local
677 rest = len; in fcgi_read()
678 while (rest > 0) { in fcgi_read()
693 if (req->in_len >= rest) { in fcgi_read()
694 ret = safe_read(req, str, rest); in fcgi_read()
703 rest -= ret; in fcgi_read()
988 int limit, rest; local
1047 rest = pad ? 8 - pad : 0;
1055 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
1061 memcpy(req->out_pos, str + len - rest, rest);
[all …]
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c344 int rest; in xx_mainloop() local
899 rest = YYLIMIT - start; in xx_mainloop()
900 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest)); in xx_mainloop()
902 if (rest < 0) rest = 0; in xx_mainloop()
904 if (rest) memmove(ctx->buf.c, start, rest); in xx_mainloop()
905 ctx->buf.len = rest; in xx_mainloop()
H A Durl_scanner_ex.re280 int rest;
351 rest = YYLIMIT - start;
352 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
354 if (rest < 0) rest = 0;
356 if (rest) memmove(ctx->buf.c, start, rest);
357 ctx->buf.len = rest;
/PHP-5.5/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-5.5/sapi/cli/tests/
H A Dbug61679.phpt35 // the rest is not interesting
/PHP-5.5/tests/classes/
H A D__set__get_001.phpt42 // the rest are fine...
/PHP-5.5/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"
/PHP-5.5/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-5.5/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_008.phpt112 --> /rest/Users?filter={"id":"123"} : string(19) "filter={"id":"123"}"
H A Dparse_url_basic_009.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_002.phpt113 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_001.phpt852 --> /rest/Users?filter={"id":"123"}: array(2) {
854 string(11) "/rest/Users"
H A Dparse_url_basic_003.phpt112 --> /rest/Users?filter={"id":"123"} : NULL
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt17 string is used for the rest of replacement values */
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_4.phpt13 // Bug fixed in 11.2 prevents client_info being rest
/PHP-5.5/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()
296 Z_STRLEN(new_header) = Z_STRLEN_PP(header) - (rest - s); in sdl_set_uri_credentials()
299 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_PP(header)), rest, Z_STRLEN_PP(header) - (rest - Z_STR… in sdl_set_uri_credentials()
2388 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2392 *prest = **rest; in make_persistent_restriction_int()
2393 *rest = prest; in make_persistent_restriction_int()
2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char()
2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char()
[all …]
/PHP-5.5/
H A DREADME.SELF-CONTAINED-EXTENSIONS112 As for the rest, you are currently alone here. There are a lot of existing

Completed in 78 milliseconds

12