Home
last modified time | relevance | path

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

12

/php-src/Zend/tests/
H A D019.phpt268 * unset() destroys the variable only in the context of the rest of a function
/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/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/build/
H A Dlibtool.m43938 *) ;; # Ignore the rest.
4151 # the same distribution terms that you use for the rest of that program.
4316 # List of archive names. First name is the real one, the rest are links.
H A Dpkg.m425 dnl the same distribution terms that you use for the rest of that
/php-src/docs-old/
H A Dself-contained-extensions.md109 As for the rest, you are currently alone here. There are a lot of existing
H A Dstreams.md385 all mandatory. The rest are optional. Declare your stream ops struct:
/php-src/docs/source/core/data-structures/
H A Dzval.rst35 ``IS_UNDEF``, ``IS_NULL``, ``IS_FALSE`` and ``IS_TRUE``. For the rest of the types, we are going to
75 The rest of the fields aren't important for now.
/php-src/ext/bcmath/libbcmath/
H A DLICENSE407 be a consequence of the rest of this License.
/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/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/php-src/ext/fileinfo/tests/
H A Dmagic1810 # integrating with the rest
21462 # Determine endianness, then check the rest of the header.
H A Dmagic私はガラスを食べられます1810 # integrating with the rest
21462 # Determine endianness, then check the rest of the header.
/php-src/ext/mbstring/libmbfl/
H A DLICENSE403 be a consequence of the rest of this License.
/php-src/ext/mbstring/tests/data/
H A DKSX1001.txt47 # local($euck, $ucs4, @rest) = split;
50 # printf ("0x%04X 0x%04X %s\n",$k-0x8080, $u,join(' ',@rest));
/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/ext/pdo/tests/
H A Dpdo_023.phpt53 function query($sql, ...$rest): PDOStatement|false
H A Dpdo_026.phpt46 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/reflection/tests/
H A DReflectionParameter_canBePassedByValue.phpt44 Name: rest
/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 …]
/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 …]

Completed in 249 milliseconds

12