/PHP-8.0/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 7 $str = str_repeat('.', 8191) . $delimiter . "rest"; 17 string(4) "rest"
|
/PHP-8.0/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.0/ext/standard/ |
H A D | basic_functions.stub.php | 178 /** @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 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.0/main/ |
H A D | fastcgi.c | 1216 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 D | bug61679.phpt | 30 // the rest is not interesting
|
/PHP-8.0/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.0/ext/standard/tests/array/ |
H A D | 009.phpt | 23 array(-1.5 => "test", -2 => "rest", 2.5 => "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.0/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.0/tests/classes/ |
H A D | __set__get_001.phpt | 40 // the rest are fine...
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionParameter_canBePassedByValue.phpt | 44 Name: rest
|
/PHP-8.0/ext/pdo/tests/ |
H A D | pdo_026.phpt | 45 function query($sql, ...$rest)
|
H A D | pdo_023.phpt | 50 function query($sql, ...$rest)
|
H A D | pdo_029.phpt | 51 function query($sql, ...$rest)
|
H A D | pdo_030.phpt | 52 function query($sql, ...$rest)
|
/PHP-8.0/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.0/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_004.phpt | 107 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_006.phpt | 107 --> /rest/Users?filter={"id":"123"} : NULL
|
H A D | parse_url_basic_002.phpt | 108 --> /rest/Users?filter={"id":"123"} : NULL
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | str_replace_variation3.phpt | 15 string is used for the rest of replacement values */
|
/PHP-8.0/ext/soap/ |
H A D | php_sdl.c | 288 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 …]
|