Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 25 of 36) sorted by relevance

12

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgreplist1 This is a file of patterns for testing the -f option. Don't include any blank
7 End of the list of patterns.
H A Dtestinput221 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
H A Dtestinput211 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A Dtestoutput22-161 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
H A Dtestoutput22-321 /-- Tests for reloading pre-compile patterns with UTF-16 or UTF-32 support. */
H A DtestinputEBC5 genuine EBCDIC test! In patterns, alphabetic characters that follow a backslash
H A Dtestoutput21-161 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A Dtestoutput21-321 /-- Tests for reloading pre-compiled patterns. The first one gives an error
H A DtestoutputEBC5 genuine EBCDIC test! In patterns, alphabetic characters that follow a backslash
H A Dtestinput111 /-- These are a few representative patterns whose lengths and offsets are to be
/PHP-5.5/ext/standard/tests/file/
H A Dglob_variation-win32.phpt29 $patterns = array (
44 /* loop through $patterns to match each $pattern with the files created
46 foreach($patterns as $pattern) {
71 /* loop through $patterns to match each $pattern with the directories created
73 foreach($patterns as $pattern) {
H A Dglob_variation.phpt32 $patterns = array (
47 /* loop through $patterns to match each $pattern with the files created
49 foreach($patterns as $pattern) {
74 /* loop through $patterns to match each $pattern with the directories created
76 foreach($patterns as $pattern) {
/PHP-5.5/ext/standard/
H A Dstring.c2925 PATNREPL *patterns; local
2931 patterns = safe_emalloc(num_pats, sizeof(*patterns), 0);
2952 efree(patterns);
2984 return patterns;
3011 res->patterns = safe_emalloc(patnum, sizeof(*res->patterns), 0);
3012 memcpy(res->patterns, patterns, sizeof(*patterns) * patnum);
3014 zend_qsort_r(res->patterns, patnum, sizeof(*res->patterns),
3017 zend_qsort_r(res->patterns, patnum, sizeof(*res->patterns),
3062 efree(d->patterns);
3127 PATNREPL *patterns; local
[all …]
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_format.phpt9 * Format a number using misc locales/patterns.
H A Dmsgfmt_parse.phpt9 * Format a number using misc locales/patterns.
H A Dformatter_format5.phpt10 * Format a number using misc locales/patterns.
H A Dformatter_format.phpt10 * Format a number using misc locales/patterns.
H A Dformatter_format3.phpt11 * Format a number using misc locales/patterns.
H A Dformatter_format4.phpt11 * Format a number using misc locales/patterns.
H A Dformatter_format2.phpt10 * Format a number using misc locales/patterns.
H A Dmsgfmt_format_subpatterns.phpt13 * Format a number using misc locales/patterns.
H A Dmsgfmt_format_subpatterns_named.phpt13 * Format a number using misc locales/patterns.
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS281 enhancements. Restrictions on patterns used for partial matching have been
367 WARNING: saved patterns that were compiled by earlier versions of PCRE must be
431 Previously compiled patterns are NOT upwards compatible with this release. If
432 you have saved compiled patterns from a previous release, you will have to
475 the interal format of compiled patterns. Any saved compiled patterns that
478 3. The specification of recursion in patterns has been changed so that all
547 means that the patterns items such as \p{Lu} and \X can now be used. Only
552 5. There is support for saving compiled patterns and re-using them later.
562 possible. Compiled patterns containing long literal strings will be larger as a
652 (iv) Added -f, --file to read patterns from a file.
H A DChangeLog102 complex patterns.
238 it also rejects such patterns.
749 pcre_dfa_exec() is for use only with saved/restored patterns.
1290 if they appear, or are escaped, in patterns.
1385 the SKIP was being treated as NOMATCH. For patterns such as
2012 possible starting bytes for non-anchored patterns.
2638 apply the include/exclude patterns to regular files.
2645 doesn't support NULs in patterns.
3085 for patterns like [\PPP\x8a]{1,}\x80 with the subject "A\x80".
4917 debugging information about compiled patterns.
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2333 in patterns are treated as literal data.
2773 -2 is returned. For anchored patterns, -2 is returned.
2806 returned. For anchored patterns, 0 is returned.
4398 patterns, if it has been scanned far enough.
6084 between the "?" and the ":". Thus the two patterns
6530 references can be helpful in long patterns, and also in patterns that
6588 patterns. For example, the pattern
6878 syntax for recursive patterns is described below.
8877 two patterns like this:
9163 alternative. There is no problem with anchored patterns or patterns
[all …]

Completed in 91 milliseconds

12