Home
last modified time | relevance | path

Searched refs:anchored (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput237 Options: anchored
77 Options: anchored
341 Options: anchored
495 Options: anchored
646 Options: anchored
834 Options: anchored
851 Options: anchored
1060 Options: anchored
1098 Options: anchored
1209 Options: anchored
[all …]
H A Dtestoutput585 Options: anchored utf
108 Options: anchored utf
481 Options: anchored utf
H A Dtestinput23773 settings of the anchored and startline bits. --/
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2644 set (if it were set, the pattern would be anchored),
2648 -2 is returned. For anchored patterns, -2 is returned.
2854 set (if it were set, the pattern would be anchored),
2858 returned. For anchored patterns, 0 is returned.
2877 set (if it were set, the pattern would be anchored),
2881 -2 is returned. For anchored patterns, -2 is returned.
4411 processed as anchored at the point where they are tested.
5291 anchored to the starting match position, and the "anchored" flag is set
5314 constructs that can cause a pattern to be anchored.)
7064 anchored pattern (*PRUNE) has the same effect as (*COMMIT).
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c6250 BOOL anchored; in pcre_exec() local
6418 anchored = ((re->options | options) & PCRE_ANCHORED) != 0; in pcre_exec()
6572 if (!anchored) in pcre_exec()
6892 if (anchored || start_match > end_subject) break; in pcre_exec()
H A DChangeLog333 4. For a non-anchored pattern, if (*SKIP) was given with a name that did not
455 is a non-match for a non-anchored pattern. For example, if
674 (^a|^)+ was not marked as anchored.
779 had alternative anchored branches, the search for a second match in a line
1076 possible starting bytes for non-anchored patterns.
1427 anchored. Updated pcretest and pcredemo to use this option.
3799 first character of an anchored pattern as "needed", thus provoking a search
3801 fail. The "needed" character is now not set for anchored patterns, unless it
3882 match position, and the "anchored" flag is set in the compiled expression.
4912 anchored patterns when this is possible, and use it if passed to pcre_exec().
[all …]

Completed in 100 milliseconds