Home
last modified time | relevance | path

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

/PHP-7.2/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
492 Options: anchored
498 Options: anchored
505 Options: anchored
651 Options: anchored
842 Options: anchored
1051 Options: anchored
1089 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-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1861 ment for a non-anchored pattern. There is more detail about this in the
2768 set (if it were set, the pattern would be anchored),
2772 -2 is returned. For anchored patterns, -2 is returned.
2801 set (if it were set, the pattern would be anchored),
2805 returned. For anchored patterns, 0 is returned.
3334 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.)
6353 ter. For this reason, such a pattern is not implicitly anchored.
6414 match, if anchored at the current point in the subject string.
[all …]
/PHP-7.2/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 DChangeLog511 36. The use of \K in a positive lookbehind assertion in a non-anchored pattern
1455 4. For a non-anchored pattern, if (*SKIP) was given with a name that did not
1577 is a non-match for a non-anchored pattern. For example, if
1796 (^a|^)+ was not marked as anchored.
1901 had alternative anchored branches, the search for a second match in a line
2198 possible starting bytes for non-anchored patterns.
2549 anchored. Updated pcretest and pcredemo to use this option.
4922 first character of an anchored pattern as "needed", thus provoking a search
4924 fail. The "needed" character is now not set for anchored patterns, unless it
5005 match position, and the "anchored" flag is set in the compiled expression.
[all …]

Completed in 83 milliseconds