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.php1767 * @param array|callable $rest
1779 * @param array|callable $rest
1791 * @param array|callable $rest
1797 * @param array|callable $rest
1803 * @param array|callable $rest
1815 * @param array|callable $rest
1826 * @param array|callable $rest
1838 * @param array|callable $rest
1844 * @param array|callable $rest
1857 * @param array|int $rest
[all …]
H A Durl_scanner_ex.re508 size_t rest;
581 rest = 0;
583 rest = YYLIMIT - start;
584 …ed in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR, rest));
587 if (rest) memmove(ZSTR_VAL(ctx->buf.s), start, rest);
588 ZSTR_LEN(ctx->buf.s) = rest;
H A Dmath.c1239 zend_ulong rest; in _php_math_number_format_long() local
1264 rest = tmpnum % power; in _php_math_number_format_long()
1267 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/standard/tests/strings/
H A Dstr_replace_variation3.phpt15 string is used for the rest of replacement values */

Completed in 38 milliseconds

12