/PHP-8.2/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 7 $str = str_repeat('.', 8191) . $delimiter . "rest"; 17 string(4) "rest"
|
/PHP-8.2/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.2/ext/standard/ |
H A D | basic_functions.stub.php | 1084 * @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 D | url_scanner_ex.re | 501 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 D | fastcgi.c | 1215 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 D | DOMComment_replaceData_basic.phpt | 17 // Replaces rest of string if count is greater than length of existing string
|
/PHP-8.2/sapi/cli/tests/ |
H A D | bug61679.phpt | 30 // the rest is not interesting
|
/PHP-8.2/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.2/ext/pcntl/tests/ |
H A D | pcntl_getpriority_error.phpt | 29 // Different behavior in MacOS than rest of operating systems
|
H A D | pcntl_getpriority_error_darwin.phpt | 36 // Different behavior in MacOS than rest of operating systems
|
/PHP-8.2/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.2/tests/classes/ |
H A D | __set__get_001.phpt | 40 // the rest are fine...
|
/PHP-8.2/ext/reflection/tests/ |
H A D | ReflectionParameter_canBePassedByValue.phpt | 44 Name: rest
|
/PHP-8.2/ext/pdo/tests/ |
H A D | pdo_023.phpt | 53 function query($sql, ...$rest): PDOStatement|false
|
H A D | pdo_026.phpt | 46 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.2/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.2/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
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | str_replace_variation3.phpt | 15 string is used for the rest of replacement values */
|
/PHP-8.2/ext/soap/ |
H A D | php_sdl.c | 291 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 …]
|