Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-8.2/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.2/ext/standard/
H A Dbasic_functions.stub.php1084 * @param array|callable $rest
1093 * @param array|callable $rest
1102 * @param array|callable $rest
1108 * @param array|callable $rest
1114 * @param array|callable $rest
1126 * @param array|callable $rest
1137 * @param array|callable $rest
1149 * @param array|callable $rest
1155 * @param array|callable $rest
1168 * @param array|int $rest
[all …]
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-8.2/main/
H A Dfastcgi.c1215 int ret, n, rest; local
1220 rest = len;
1221 while (rest > 0) {
1246 rest -= ret;
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.2/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-8.2/sapi/cli/tests/
H A Dbug61679.phpt30 // the rest is not interesting
/PHP-8.2/ext/standard/tests/array/
H A D009.phpt23 array(-1 => "test", -2 => "rest", 2 => "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.2/ext/pcntl/tests/
H A Dpcntl_getpriority_error.phpt29 // Different behavior in MacOS than rest of operating systems
H A Dpcntl_getpriority_error_darwin.phpt36 // Different behavior in MacOS than rest of operating systems
/PHP-8.2/Zend/tests/arrow_functions/
H A D005.phpt8 // It would be okay if this is NULL, but the rest should work
/PHP-8.2/tests/classes/
H A D__set__get_001.phpt40 // the rest are fine...
/PHP-8.2/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt44 Name: rest
/PHP-8.2/ext/pdo/tests/
H A Dpdo_023.phpt53 function query($sql, ...$rest): PDOStatement|false
H A Dpdo_026.phpt46 function query($sql, ...$rest): PDOStatement|false
H A Dpdo_029.phpt52 function query($sql, ...$rest): PDOStatement|false
H A Dpdo_030.phpt53 function query($sql, ...$rest): PDOStatement|false
/PHP-8.2/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.2/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
/PHP-8.2/ext/standard/tests/strings/
H A Dstr_replace_variation3.phpt15 string is used for the rest of replacement values */
/PHP-8.2/ext/soap/
H A Dphp_sdl.c291 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
292 if (rest) { in sdl_set_uri_credentials()
295 rest += 2; in sdl_set_uri_credentials()
298 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2402 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2406 *prest = **rest; in make_persistent_restriction_int()
2407 *rest = prest; in make_persistent_restriction_int()
2411 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2417 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2418 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
[all …]

Completed in 49 milliseconds

12