/PHP-8.1/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 7 $str = str_repeat('.', 8191) . $delimiter . "rest"; 17 string(4) "rest"
|
/PHP-8.1/Zend/tests/named_params/ |
H A D | __invoke.phpt | 13 public function __invoke($a = 'a', $b = 'b', ...$rest) { 15 var_dump($rest);
|
H A D | backtrace.phpt | 6 function test($a, ...$rest) {
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.stub.php | 228 * @param array|callable $rest 237 * @param array|callable $rest 246 * @param array|callable $rest 252 * @param array|callable $rest 258 * @param array|callable $rest 267 * @param array|callable $rest 275 * @param array|callable $rest 284 * @param array|callable $rest 290 * @param array|callable $rest 303 * @param array|int $rest [all …]
|
H A D | url_scanner_ex.re | 499 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.1/main/ |
H A D | fastcgi.c | 1215 int ret, n, rest; local 1220 rest = len; 1221 while (rest > 0) { 1246 rest -= ret; 1540 int limit, rest; local 1551 rest = len; 1552 while (rest > 0) { 1564 if (rest < limit) { 1571 rest -= limit; 1636 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) { [all …]
|
/PHP-8.1/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-8.1/sapi/cli/tests/ |
H A D | bug61679.phpt | 30 // the rest is not interesting
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | 009.phpt | 23 array(-1 => "test", -2 => "rest", 2 => "two", 377 string(4) "rest" 378 string(4) "rest" 399 string(4) "rest"
|
H A D | array_key_exists.phpt | 11 array("test", "rest", "enjoy"),
|
/PHP-8.1/Zend/tests/arrow_functions/ |
H A D | 005.phpt | 8 // It would be okay if this is NULL, but the rest should work
|
/PHP-8.1/tests/classes/ |
H A D | __set__get_001.phpt | 40 // the rest are fine...
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionParameter_canBePassedByValue.phpt | 44 Name: rest
|
/PHP-8.1/ext/pdo/tests/ |
H A D | pdo_026.phpt | 46 function query($sql, ...$rest): PDOStatement|false
|
H A D | pdo_023.phpt | 51 function query($sql, ...$rest): PDOStatement|false
|
H A D | pdo_029.phpt | 52 function query($sql, ...$rest): PDOStatement|false
|
H A D | pdo_030.phpt | 53 function query($sql, ...$rest): PDOStatement|false
|
/PHP-8.1/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-8.1/ext/standard/tests/url/ |
H A D | parse_url_basic_007.phpt | 107 --> /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 | 107 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_004.phpt | 107 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_005.phpt | 107 --> /rest/Users?filter={"id":"123"} : NULL
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | str_replace_variation3.phpt | 15 string is used for the rest of replacement values */
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 289 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local 290 if (rest) { in sdl_set_uri_credentials() 293 rest += 2; in sdl_set_uri_credentials() 296 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials() 2398 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local 2402 *prest = **rest; in make_persistent_restriction_int() 2403 *rest = prest; in make_persistent_restriction_int() 2407 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument 2413 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int() 2414 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int() [all …]
|