Searched refs:conditional (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/Zend/tests/throw/ |
H A D | 002.phpt | 86 ? new Exception('And in conditional 1') 87 : new Exception('And in conditional 2'); 125 And in conditional 2 126 And in conditional 2 127 And in conditional 2 128 And in conditional 1
|
/PHP-8.0/ext/opcache/tests/ |
H A D | bug66440.phpt | 2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
|
H A D | jmp_elim_001.phpt | 2 Edge-cases in constant conditional jump elimination
|
/PHP-8.0/ext/opcache/tests/jit/ |
H A D | cmp_004.phpt | 2 JIT CMP: 004 Comparisons inside conditional statement
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 192 if (conditional->paramed) { in phpdbg_export_breakpoints_to_string() 193 switch (conditional->param.type) { in phpdbg_export_breakpoints_to_string() 197 … *str, conditional->param.str, conditional->param.num, conditional->code); in phpdbg_export_breakpoints_to_string() 203 …*str, conditional->param.method.class, conditional->param.method.name, conditional->param.num, con… in phpdbg_export_breakpoints_to_string() 209 *str, conditional->param.addr, conditional->code); in phpdbg_export_breakpoints_to_string() 214 "%sbreak at %s if %s\n", *str, conditional->param.str, conditional->code); in phpdbg_export_breakpoints_to_string() 220 conditional->param.method.class, conditional->param.method.name, in phpdbg_export_breakpoints_to_string() 221 conditional->code); in phpdbg_export_breakpoints_to_string() 225 …zend_string *filename = php_addcslashes_str(conditional->param.file.name, strlen(conditional->para… in phpdbg_export_breakpoints_to_string() 228 ZSTR_VAL(filename), conditional->param.file.line, in phpdbg_export_breakpoints_to_string() [all …]
|
H A D | xml.md | 172 - eval: the condition on conditional breakpoints
|
/PHP-8.0/Zend/tests/ |
H A D | bug36214.phpt | 2 Bug #36214 (__get method works properly only when conditional operator is used)
|
/PHP-8.0/ext/skeleton/ |
H A D | config.m4.in | 65 dnl If you need to check for a particular library function (e.g. a conditional 76 dnl If you need to check for a particular library function (e.g. a conditional
|
/PHP-8.0/ext/opcache/jit/ |
H A D | README.md | 11 a few combinations are considered together (e.g. compare + conditional jump).
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 9548 …matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_matchingpath() argument 9561 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath() 9580 SLJIT_ASSERT(!conditional); in compile_assert_matchingpath() 9656 if (conditional || (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT)) in compile_assert_matchingpath() 9712 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath() 9732 if (conditional) in compile_assert_matchingpath() 9813 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
|
/PHP-8.0/ |
H A D | NEWS | 1462 . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
|
Completed in 80 milliseconds