Home
last modified time | relevance | path

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

/PHP-5.4/Zend/tests/
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog36 use instead. A conditional subpattern whose condition is a check on a
47 for being set in a conditional) that occurred in a part of the pattern where
103 26. Fix JIT compilation of conditional blocks, which assertion
440 10. A conditional group with an assertion condition could lead to PCRE
682 there was a conditional group that depended on an assertion, if the
687 condition for a conditional group, for compatibility with automatic
2532 following two fixes: (1) Make the unistd.h include conditional on
2884 a conditional subpattern that could match an empty string if that
3395 (d) A conditional reference to a named group can now use the syntax
5412 (?(cond)re|re) conditional pattern matching
[all …]
H A Dpcre_jit_compile.c6421 …atchingpath(compiler_common *common, pcre_uchar *cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_matchingpath() argument
6433 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()
H A DHACKING503 conditional subpattern always starts with one of the assertions.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1497 4. For the same reason, conditional expressions that use a backrefer-
2200 duces a conditional subpattern.
2432 27 conditional group contains more than two branches
4320 alternation bar. If the pattern contains a conditional group whose con-
6763 tern has already been matched. The two possible forms of conditional
6773 ing conditional subpatterns; the restriction to two alternatives
6807 third part is a conditional subpattern that tests whether or not the
7039 In this pattern, (?(R) is the start of a conditional subpattern, with
7223 are all numbered 255. If there is a conditional group in the pattern
7535 Note that a conditional subpattern is not considered as having two
[all …]
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1410 uint8_t cond; /* conditional type */
/PHP-5.4/win32/
H A Dinstall.txt669 # Add this line inside the <IfModule mod_mime.c> conditional brace
/PHP-5.4/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.4/
H A DNEWS6896 - Fixed bug #36214 (__get method works properly only when conditional

Completed in 103 milliseconds