Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/Zend/tests/
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog21 3. A repeated conditional group whose condition was a reference by name caused
51 11. If a non-capturing group containing a conditional group that could match
212 use instead. A conditional subpattern whose condition is a check on a
279 26. Fix JIT compilation of conditional blocks, which assertion
616 10. A conditional group with an assertion condition could lead to PCRE
858 there was a conditional group that depended on an assertion, if the
863 condition for a conditional group, for compatibility with automatic
2708 following two fixes: (1) Make the unistd.h include conditional on
3060 a conditional subpattern that could match an empty string if that
5588 (?(cond)re|re) conditional pattern matching
[all …]
H A DHACKING503 conditional subpattern always starts with one of the assertions.
H A Dpcre_jit_compile.c6458 …atchingpath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_matchingpath() argument
6470 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()
6489 SLJIT_ASSERT(!conditional); in compile_assert_matchingpath()
6604 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()
6623 if (conditional) in compile_assert_matchingpath()
6701 if (conditional || bra == OP_BRAZERO) in compile_assert_matchingpath()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1508 4. For the same reason, conditional expressions that use a backrefer-
2211 duces a conditional subpattern.
2443 27 conditional group contains more than two branches
4331 alternation bar. If the pattern contains a conditional group whose con-
6787 tern has already been matched. The two possible forms of conditional
6797 ing conditional subpatterns; the restriction to two alternatives
6831 third part is a conditional subpattern that tests whether or not the
7063 In this pattern, (?(R) is the start of a conditional subpattern, with
7247 are all numbered 255. If there is a conditional group in the pattern
7559 Note that a conditional subpattern is not considered as having two
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1410 uint8_t cond; /* conditional type */
/PHP-5.5/win32/
H A Dinstall.txt536 # Add this line inside the <IfModule mod_mime.c> conditional brace
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2546 Failed: conditional group contains more than two branches at offset 13
549 Failed: conditional group contains more than two branches at offset 12
/PHP-5.5/
H A DNEWS8085 - Fixed bug #36214 (__get method works properly only when conditional

Completed in 139 milliseconds