Searched refs:conditional (Results 1 – 9 of 9) sorted by relevance
2 Bug #36214 (__get method works properly only when conditional operator is used)
36 use instead. A conditional subpattern whose condition is a check on a47 for being set in a conditional) that occurred in a part of the pattern where103 26. Fix JIT compilation of conditional blocks, which assertion440 10. A conditional group with an assertion condition could lead to PCRE682 there was a conditional group that depended on an assertion, if the687 condition for a conditional group, for compatibility with automatic2532 following two fixes: (1) Make the unistd.h include conditional on2884 a conditional subpattern that could match an empty string if that3395 (d) A conditional reference to a named group can now use the syntax5412 (?(cond)re|re) conditional pattern matching[all …]
6421 …atchingpath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_matchingpath() argument6433 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()6452 SLJIT_ASSERT(!conditional); in compile_assert_matchingpath()6567 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()6586 if (conditional) in compile_assert_matchingpath()6664 if (conditional || bra == OP_BRAZERO) in compile_assert_matchingpath()
503 conditional subpattern always starts with one of the assertions.
1497 4. For the same reason, conditional expressions that use a backrefer-2200 duces a conditional subpattern.2432 27 conditional group contains more than two branches4320 alternation bar. If the pattern contains a conditional group whose con-6763 tern has already been matched. The two possible forms of conditional6773 ing conditional subpatterns; the restriction to two alternatives6807 third part is a conditional subpattern that tests whether or not the7039 In this pattern, (?(R) is the start of a conditional subpattern, with7223 are all numbered 255. If there is a conditional group in the pattern7535 Note that a conditional subpattern is not considered as having two[all …]
1410 uint8_t cond; /* conditional type */
669 # Add this line inside the <IfModule mod_mime.c> conditional brace
546 Failed: conditional group contains more than two branches at offset 13549 Failed: conditional group contains more than two branches at offset 12
6896 - Fixed bug #36214 (__get method works properly only when conditional
Completed in 103 milliseconds