Home
last modified time | relevance | path

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

/PHP-8.0/Zend/tests/throw/
H A D002.phpt86 ? 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 Dbug66440.phpt2 Bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)
H A Djmp_elim_001.phpt2 Edge-cases in constant conditional jump elimination
/PHP-8.0/ext/opcache/tests/jit/
H A Dcmp_004.phpt2 JIT CMP: 004 Comparisons inside conditional statement
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c192 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 Dxml.md172 - eval: the condition on conditional breakpoints
/PHP-8.0/Zend/tests/
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
/PHP-8.0/ext/skeleton/
H A Dconfig.m4.in65 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 DREADME.md11 a few combinations are considered together (e.g. compare + conditional jump).
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9548 …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 DNEWS1462 . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).

Completed in 80 milliseconds