Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/tests/
H A D019.phpt278 * unset() destroys the variable only in the context of the rest of a function
/PHP-7.4/Zend/tests/arrow_functions/
H A D005.phpt8 // It would be okay if this is NULL, but the rest should work
/PHP-7.4/build/
H A Dlibtool.m43929 *) ;; # Ignore the rest.
4142 # the same distribution terms that you use for the rest of that program.
4307 # 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-7.4/docs/
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-7.4/ext/bcmath/libbcmath/
H A DLICENSE407 be a consequence of the rest of this License.
/PHP-7.4/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic1523 # integrating with the rest
16996 # Determine endianness, then check the rest of the header.
H A Dmagic私はガラスを食べられます1523 # integrating with the rest
16996 # Determine endianness, then check the rest of the header.
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE403 be a consequence of the rest of this License.
/PHP-7.4/ext/soap/
H A Dphp_sdl.c290 char *rest = strstr(s, "\r\n"); in sdl_set_uri_credentials() local
291 if (rest) { in sdl_set_uri_credentials()
294 rest += 2; in sdl_set_uri_credentials()
297 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
2389 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2393 *prest = **rest; in make_persistent_restriction_int()
2394 *rest = prest; in make_persistent_restriction_int()
2398 static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *rest) in make_persistent_restriction_char_int() argument
2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char_int()
[all …]
/PHP-7.4/ext/standard/tests/array/
H A D009.phpt29 array(-1.5 => "test", -2 => "rest", 2.5 => "two",
428 string(4) "rest"
429 string(4) "rest"
450 string(4) "rest"
H A Darray_key_exists.phpt19 array("test", "rest", "enjoy"),
/PHP-7.4/ext/standard/tests/file/
H A Dfgetcsv_variation17.phpt78 // read rest of the line
H A Dfgetcsv_variation6.phpt83 // read rest of the line
H A Dfile.inc453 $name_prefix = prefix for the filename, rest of the name is incremental(increment by 1 only)
497 $link_name_prefix = prefix for the linkname, rest of the name is incremental(increment by 1 only)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
H A Dstr_replace.phpt104 string is used for the rest of replacement values */
H A Dstr_replace_variation3.phpt17 string is used for the rest of replacement values */
H A Dstrstr.phpt7 and reurns the rest of the string from that string
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt850 --> /rest/Users?filter={"id":"123"}: array(2) {
852 string(11) "/rest/Users"
H A Dparse_url_basic_002.phpt114 --> /rest/Users?filter={"id":"123"} : NULL
H A Dparse_url_basic_003.phpt113 --> /rest/Users?filter={"id":"123"} : NULL

Completed in 175 milliseconds

12