/php-src/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 7 $str = str_repeat('.', 8191) . $delimiter . "rest"; 17 string(4) "rest"
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | dtoa.c | 48 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.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-src/ext/standard/ |
H A D | basic_functions.stub.php | 1767 * @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 D | url_scanner_ex.re | 508 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 D | math.c | 1239 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 D | fastcgi.c | 1206 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 D | DOMComment_replaceData_basic.phpt | 17 // Replaces rest of string if count is greater than length of existing string
|
/php-src/sapi/cli/tests/ |
H A D | bug61679.phpt | 30 // the rest is not interesting
|
/php-src/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-src/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-src/Zend/tests/arrow_functions/ |
H A D | 005.phpt | 8 // It would be okay if this is NULL, but the rest should work
|
/php-src/tests/classes/ |
H A D | __set__get_001.phpt | 40 // the rest are fine...
|
/php-src/ext/reflection/tests/ |
H A D | ReflectionParameter_canBePassedByValue.phpt | 44 Name: rest
|
/php-src/ext/pdo/tests/ |
H A D | pdo_026.phpt | 46 function query($sql, ...$rest): PDOStatement|false
|
H A D | pdo_023.phpt | 53 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-src/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-src/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"}',
|
/php-src/ext/standard/tests/strings/ |
H A D | str_replace_variation3.phpt | 15 string is used for the rest of replacement values */
|