Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-8.0/Zend/tests/named_params/
H A D__invoke.phpt13 public function __invoke($a = 'a', $b = 'b', ...$rest) {
15 var_dump($rest);
H A Dbacktrace.phpt6 function test($a, ...$rest) {
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php178 /** @param array|callable $rest */
183 /** @param array|callable $rest */
188 /** @param array|callable $rest */
191 /** @param array|callable $rest */
194 /** @param array|callable $rest */
199 /** @param array|callable $rest */
204 /** @param array|callable $rest */
209 /** @param array|callable $rest */
212 /** @param array|callable $rest */
220 * @param array|int $rest
[all …]
H A Durl_scanner_ex.re499 size_t rest;
572 rest = 0;
574 rest = YYLIMIT - start;
575 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
578 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
579 ZSTR_LEN(ctx->buf.s) = rest;
/PHP-8.0/main/
H A Dfastcgi.c1216 int ret, n, rest; in fcgi_read() local
1221 rest = len; in fcgi_read()
1222 while (rest > 0) { in fcgi_read()
1247 rest -= ret; in fcgi_read()
1541 int limit, rest; local
1552 rest = len;
1553 while (rest > 0) {
1565 if (rest < limit) {
1572 rest -= limit;
1637 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/PHP-8.0/sapi/cli/tests/
H A Dbug61679.phpt30 // the rest is not interesting
/PHP-8.0/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-8.0/ext/standard/tests/array/
H A D009.phpt23 array(-1.5 => "test", -2 => "rest", 2.5 => "two",
377 string(4) "rest"
378 string(4) "rest"
399 string(4) "rest"
H A Darray_key_exists.phpt11 array("test", "rest", "enjoy"),
/PHP-8.0/Zend/tests/arrow_functions/
H A D005.phpt8 // It would be okay if this is NULL, but the rest should work
/PHP-8.0/tests/classes/
H A D__set__get_001.phpt40 // the rest are fine...
/PHP-8.0/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt44 Name: rest
/PHP-8.0/ext/pdo/tests/
H A Dpdo_026.phpt45 function query($sql, ...$rest)
H A Dpdo_023.phpt50 function query($sql, ...$rest)
H A Dpdo_029.phpt51 function query($sql, ...$rest)
H A Dpdo_030.phpt52 function query($sql, ...$rest)
/PHP-8.0/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-8.0/ext/standard/tests/url/
H A Dparse_url_basic_007.phpt107 --> /rest/Users?filter={"id":"123"} : string(11) "/rest/Users"
H A Durls.inc93 '/rest/Users?filter={"id":"123"}',
H A Dparse_url_basic_004.phpt107 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_006.phpt107 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_002.phpt108 --> /rest/Users?filter={"id":"123"} : NULL
/PHP-8.0/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt15 string is used for the rest of replacement values */
/PHP-8.0/ext/soap/
H A Dphp_sdl.c288 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()
2387 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2391 *prest = **rest; in make_persistent_restriction_int()
2392 *rest = prest; in make_persistent_restriction_int()
2396 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2402 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2403 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
[all …]

Completed in 47 milliseconds

12