Home
last modified time | relevance | path

Searched refs:rest (Results 26 – 43 of 43) sorted by relevance

12

/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists.phpt19 array("test", "rest", "enjoy"),
/PHP-5.5/ext/standard/tests/strings/
H A Dexplode1.phpt12 elements with the last element containing the rest of string.
H A Dstrstr.phpt7 and reurns the rest of the string from that string
H A Dstr_replace.phpt104 string is used for the rest of replacement values */
/PHP-5.5/ext/standard/tests/file/
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)
H A Dfgetcsv_variation17.phpt78 // read rest of the line
H A Dfgetcsv_variation6.phpt83 // read rest of the line
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch416 httpd_realloc_str( &rest, &maxrest, restlen );
417 (void) strcpy( rest, path );
418 - if ( rest[restlen - 1] == '/' )
419 + if ( restlen > 0 && rest[restlen - 1] == '/' )
420 rest[--restlen] = '\0'; /* trim trailing slash */
/PHP-5.5/ext/exif/
H A Dtest.txt12 * if the rest of your php environment works fine.
/PHP-5.5/
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
H A DNEWS5415 - Fixed bug #45599 (strip_tags() truncates rest of string with invalid
/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/ext/mbstring/libmbfl/
H A DLICENSE403 be a consequence of the rest of this License.
/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/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/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/fileinfo/tests/
H A Dmagic1102 # FIXME: This section is from the old magic.mime file and needs integrating with the rest

Completed in 187 milliseconds

12