Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/tests/
H A Dbug66440.phpt2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
/PHP-5.6/Zend/tests/
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c185 phpdbg_breakcond_t *conditional = (phpdbg_breakcond_t*) brake; in phpdbg_export_breakpoints() local
187 if (conditional->paramed) { in phpdbg_export_breakpoints()
188 switch (conditional->param.type) { in phpdbg_export_breakpoints()
191 "break at %s if %s\n", conditional->param.str, conditional->code); in phpdbg_export_breakpoints()
197 conditional->param.method.class, conditional->param.method.name, in phpdbg_export_breakpoints()
198 conditional->code); in phpdbg_export_breakpoints()
204 conditional->param.file.name, conditional->param.file.line, in phpdbg_export_breakpoints()
205 conditional->code); in phpdbg_export_breakpoints()
212 handle, "break if %s\n", conditional->code); in phpdbg_export_breakpoints()
H A DChangelog.md9 3. Added extended conditional breakpoint support "break at"
/PHP-5.6/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.6/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.6/win32/
H A Dinstall.txt527 # Add this line inside the <IfModule mod_mime.c> conditional brace
/PHP-5.6/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.6/
H A DNEWS1065 . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
9663 - Fixed bug #36214 (__get method works properly only when conditional

Completed in 144 milliseconds