Searched refs:conditional (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/opcache/tests/ |
H A D | bug66440.phpt | 2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
|
/PHP-7.1/Zend/tests/ |
H A D | bug36214.phpt | 2 Bug #36214 (__get method works properly only when conditional operator is used)
|
/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 191 phpdbg_breakcond_t *conditional = (phpdbg_breakcond_t*) brake; in phpdbg_export_breakpoints_to_string() local 193 if (conditional->paramed) { in phpdbg_export_breakpoints_to_string() 194 switch (conditional->param.type) { in phpdbg_export_breakpoints_to_string() 197 "%sbreak at %s if %s\n", *str, conditional->param.str, conditional->code); in phpdbg_export_breakpoints_to_string() 203 conditional->param.method.class, conditional->param.method.name, in phpdbg_export_breakpoints_to_string() 204 conditional->code); in phpdbg_export_breakpoints_to_string() 208 …string *filename = php_addcslashes(zend_string_init(conditional->param.file.name, strlen(condition… in phpdbg_export_breakpoints_to_string() 211 ZSTR_VAL(filename), conditional->param.file.line, in phpdbg_export_breakpoints_to_string() 212 conditional->code); in phpdbg_export_breakpoints_to_string() 219 phpdbg_asprintf(&new_str, "%sbreak if %s\n", str, conditional->code); in phpdbg_export_breakpoints_to_string()
|
H A D | Changelog.md | 9 3. Added extended conditional breakpoint support "break at"
|
H A D | xml.md | 172 - eval: the condition on conditional breakpoints
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | ChangeLog | 21 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 D | HACKING | 503 conditional subpattern always starts with one of the assertions.
|
H A D | pcre_jit_compile.c | 6458 …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-7.1/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 1508 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-7.1/win32/ |
H A D | install.txt | 527 # Add this line inside the <IfModule mod_mime.c> conditional brace
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testoutput2 | 546 Failed: conditional group contains more than two branches at offset 13 549 Failed: conditional group contains more than two branches at offset 12
|
/PHP-7.1/ |
H A D | NEWS | 4097 . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)
|
Completed in 92 milliseconds