Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-1649 Options: anchored extended
82 Options: anchored extended
H A Dtestoutput21-3261 Options: anchored extended
94 Options: anchored extended
H A Dtestoutput240 Options: anchored
80 Options: anchored
344 Options: anchored
498 Options: anchored
651 Options: anchored
842 Options: anchored
1051 Options: anchored
1089 Options: anchored
1200 Options: anchored
1275 Options: anchored
[all …]
H A Dtestoutput5106 Options: anchored utf
129 Options: anchored utf
507 Options: anchored utf
H A Dtestinput23695 settings of the anchored and startline bits. --/
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1862 ment for a non-anchored pattern. There is more detail about this in the
2769 set (if it were set, the pattern would be anchored),
2773 -2 is returned. For anchored patterns, -2 is returned.
2802 set (if it were set, the pattern would be anchored),
2806 returned. For anchored patterns, 0 is returned.
3335 anchored, such a match can occur only if the pattern contains \K.
5621 anchored to the starting match position, and the "anchored" flag is set
5644 constructs that can cause a pattern to be anchored.)
6357 ter. For this reason, such a pattern is not implicitly anchored.
6418 match, if anchored at the current point in the subject string.
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c6365 BOOL anchored; in pcre_exec() local
6545 anchored = ((re->options | options) & PCRE_ANCHORED) != 0; in pcre_exec()
6698 if (!anchored) in pcre_exec()
7013 if (anchored || start_match > end_subject) break; in pcre_exec()
H A DChangeLog325 36. The use of \K in a positive lookbehind assertion in a non-anchored pattern
1269 4. For a non-anchored pattern, if (*SKIP) was given with a name that did not
1391 is a non-match for a non-anchored pattern. For example, if
1610 (^a|^)+ was not marked as anchored.
1715 had alternative anchored branches, the search for a second match in a line
2012 possible starting bytes for non-anchored patterns.
2363 anchored. Updated pcretest and pcredemo to use this option.
4736 first character of an anchored pattern as "needed", thus provoking a search
4738 fail. The "needed" character is now not set for anchored patterns, unless it
4819 match position, and the "anchored" flag is set in the compiled expression.
[all …]

Completed in 132 milliseconds