Home
last modified time | relevance | path

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

12

/php-src/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/php-src/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c48 lexbor_grisu2_round(lxb_char_t *start, size_t len, uint64_t delta, uint64_t rest, in lexbor_grisu2_round() argument
51 while (rest < wp_w && delta - rest >= ten_kappa in lexbor_grisu2_round()
52 && (rest + ten_kappa < wp_w || /* closer */ in lexbor_grisu2_round()
53 wp_w - rest > rest + ten_kappa - wp_w)) in lexbor_grisu2_round()
56 rest += ten_kappa; in lexbor_grisu2_round()
/php-src/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-src/ext/standard/
H A Dbasic_functions.stub.php1787 * @param array|callable $rest
1799 * @param array|callable $rest
1811 * @param array|callable $rest
1817 * @param array|callable $rest
1823 * @param array|callable $rest
1835 * @param array|callable $rest
1846 * @param array|callable $rest
1858 * @param array|callable $rest
1864 * @param array|callable $rest
1877 * @param array|int $rest
[all …]
H A Durl_scanner_ex.re502 size_t rest;
575 rest = 0;
577 rest = YYLIMIT - start;
578 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
581 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
582 ZSTR_LEN(ctx->buf.s) = rest;
H A Dmath.c1205 zend_ulong rest; in _php_math_number_format_long() local
1230 rest = tmpnum % power; in _php_math_number_format_long()
1233 if (rest >= power_half) { in _php_math_number_format_long()
/php-src/main/
H A Dfastcgi.c1206 int ret, n, rest; in fcgi_read() local
1211 rest = len; in fcgi_read()
1212 while (rest > 0) { in fcgi_read()
1237 rest -= ret; in fcgi_read()
1542 int limit, rest; local
1553 rest = len;
1554 while (rest > 0) {
1566 if (rest < limit) {
1573 rest -= limit;
1635 if (safe_write(req, str + pos, (len - pos) - rest) != (len - pos) - rest) {
[all …]
/php-src/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/php-src/sapi/cli/tests/
H A Dbug61679.phpt30 // the rest is not interesting
/php-src/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-src/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-src/Zend/tests/arrow_functions/
H A D005.phpt8 // It would be okay if this is NULL, but the rest should work
/php-src/tests/classes/
H A D__set__get_001.phpt40 // the rest are fine...
/php-src/ext/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt44 Name: rest
/php-src/ext/pdo/tests/
H A Dpdo_026.phpt46 function query($sql, ...$rest): PDOStatement|false
H A Dpdo_023.phpt53 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-src/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-src/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"}',
/php-src/ext/soap/
H A Dphp_sdl.c298 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
299 if (rest) { in sdl_set_uri_credentials()
302 rest += 2; in sdl_set_uri_credentials()
305 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2412 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2416 *prest = **rest; in make_persistent_restriction_int()
2417 *rest = prest; in make_persistent_restriction_int()
2421 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2427 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2428 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
[all …]

Completed in 54 milliseconds

12