Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-5.3/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.3/sapi/cgi/
H A Dfastcgi.c831 int ret, n, rest; in fcgi_read() local
836 rest = len; in fcgi_read()
837 while (rest > 0) { in fcgi_read()
862 rest -= ret; in fcgi_read()
1113 int limit, rest; local
1124 rest = len;
1125 while (rest > 0) {
1137 if (rest < limit) {
1144 rest -= limit;
1209 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c664 int ret, n, rest; in fcgi_read() local
669 rest = len; in fcgi_read()
670 while (rest > 0) { in fcgi_read()
685 if (req->in_len >= rest) { in fcgi_read()
686 ret = safe_read(req, str, rest); in fcgi_read()
695 rest -= ret; in fcgi_read()
955 int limit, rest; local
1014 rest = pad ? 8 - pad : 0;
1022 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
1028 memcpy(req->out_pos, str + len - rest, rest);
[all …]
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c343 int rest; in xx_mainloop() local
912 rest = YYLIMIT - start; in xx_mainloop()
913 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest)); in xx_mainloop()
915 if (rest < 0) rest = 0; in xx_mainloop()
917 if (rest) memmove(ctx->buf.c, start, rest); in xx_mainloop()
918 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.3/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-5.3/tests/classes/
H A D__set__get_001.phpt42 // the rest are fine...
/PHP-5.3/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-5.3/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.3/ext/oci8/tests/
H A Dconn_attr_4.phpt13 // Bug fixed in 11.2 prevents client_info being rest
/PHP-5.3/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
H A Dstr_replace.phpt104 string is used for the rest of replacement values */
/PHP-5.3/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.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS112 As for the rest, you are currently alone here. There are a lot of existing
H A DREADME.STREAMS360 are all mandatory. The rest are optional. Declare your stream ops struct:
/PHP-5.3/ext/standard/tests/file/
H A Dfile.inc453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)
497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
H A Dfgetcsv_variation17.phpt78 // read rest of the line
H A Dfgetcsv_variation6.phpt83 // read rest of the line
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch416 httpd_realloc_str( &rest, &maxrest, restlen );
417 (void) strcpy( rest, path );
418 - if ( rest[restlen - 1] == '/' )
419 + if ( restlen > 0 && rest[restlen - 1] == '/' )
420 rest[--restlen] = '\0'; /* trim trailing slash */
/PHP-5.3/ext/exif/
H A Dtest.txt12 * if the rest of your php environment works fine.
/PHP-5.3/Zend/tests/
H A D019.phpt278 * unset() destroys the variable only in the context of the rest of a function

Completed in 66 milliseconds

12