Home
last modified time | relevance | path

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

12

/PHP-5.5/
H A DNEWS5415 - Fixed bug #45599 (strip_tags() truncates rest of string with invalid
H A DREADME.SELF-CONTAINED-EXTENSIONS112 As for the rest, you are currently alone here. There are a lot of existing
H A DREADME.STREAMS360 are all mandatory. The rest are optional. Declare your stream ops struct:
H A Dacinclude.m42744 # All the rest must be set using the PHP_ARG_* macros
/PHP-5.5/Zend/tests/
H A D019.phpt278 * unset() destroys the variable only in the context of the rest of a function
/PHP-5.5/build/
H A Dlibtool.m43933 *) ;; # Ignore the rest.
4146 # the same distribution terms that you use for the rest of that program.
4311 # List of archive names. First name is the real one, the rest are links.
/PHP-5.5/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt17 // Replaces rest of string if count is greater than length of existing string
/PHP-5.5/ext/ereg/regex/
H A Dengine.c296 rest = slow(m, sp, stp, ss, es);
303 stp = rest - 1;
311 assert(dp == rest);
313 assert(sp == rest);
314 sp = rest;
327 stp = rest - 1;
350 sp = rest;
363 stp = rest - 1;
370 if (slow(m, sp, rest, ssub, esub) == rest)
384 assert(dp == rest);
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt12 * if the rest of your php environment works fine.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1102 # FIXME: This section is from the old magic.mime file and needs integrating with the rest
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE403 be a consequence of the rest of this License.
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr_4.phpt13 // Bug fixed in 11.2 prevents client_info being rest
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog606 (a) If the rest of the pattern did not match after a maximal run of
2241 moved on to the rest of the pattern, a later failure that backtracks into
4219 8K, or the rest of the document (whichever is the shorter) is available
4407 (i) A pattern option of the form ">rest-of-line" causes pcretest to
4408 write the compiled pattern to the file whose name is "rest-of-line".
4413 (ii) If, instead of a pattern, "<rest-of-line" is given, pcretest reads a
5474 /+ outputs the rest of the string that follows a match
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt882 The rest of this document describes the optional features of PCRE that
1496 and the longest match is then "locked in" for the rest of the overall
2920 parenthesis number. The rest of the entry is the corresponding name,
5718 units, matching one unit with \C in a UTF mode means that the rest of
5976 rest of the main pattern as well as the alternative in the subpattern.
6295 causing the rest of the pattern to fail. The classic example of where
6325 only way the rest of the pattern matches.
6388 rest of the pattern to match. Sometimes it is useful to prevent this,
6424 rest of the pattern match, (?>\d+) can only match an entire sequence of
6635 as if it were {0,1}. At run time, the rest of the pattern match is
[all …]
/PHP-5.5/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()
296 Z_STRLEN(new_header) = Z_STRLEN_PP(header) - (rest - s); in sdl_set_uri_credentials()
299 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_PP(header)), rest, Z_STRLEN_PP(header) - (rest - Z_STR… in sdl_set_uri_credentials()
2388 sdlRestrictionIntPtr *rest = (sdlRestrictionIntPtr *)data; in make_persistent_restriction_int() local
2392 *prest = **rest; in make_persistent_restriction_int()
2393 *rest = prest; in make_persistent_restriction_int()
2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char()
2405 prest->fixed = (*rest)->fixed; in make_persistent_restriction_char()
[all …]
/PHP-5.5/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-5.5/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-5.5/ext/standard/tests/streams/
H A Dbug63240.phpt7 $str = str_repeat('.', 8191) . $delimiter . "rest";
17 string(4) "rest"
/PHP-5.5/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

Completed in 167 milliseconds

12