Home
last modified time | relevance | path

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

/PHP-8.1/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.1/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.1/ext/opcache/tests/jit/
H A Dcmp_004.phpt2 JIT CMP: 004 Comparisons inside conditional statement
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_bp.c191 if (conditional->paramed) { in phpdbg_export_breakpoints_to_string()
192 switch (conditional->param.type) { in phpdbg_export_breakpoints_to_string()
196 … *str, conditional->param.str, conditional->param.num, conditional->code); in phpdbg_export_breakpoints_to_string()
202 …*str, conditional->param.method.class, conditional->param.method.name, conditional->param.num, con… in phpdbg_export_breakpoints_to_string()
208 *str, conditional->param.addr, conditional->code); in phpdbg_export_breakpoints_to_string()
213 "%sbreak at %s if %s\n", *str, conditional->param.str, conditional->code); in phpdbg_export_breakpoints_to_string()
219 conditional->param.method.class, conditional->param.method.name, in phpdbg_export_breakpoints_to_string()
220 conditional->code); in phpdbg_export_breakpoints_to_string()
224 …zend_string *filename = php_addcslashes_str(conditional->param.file.name, strlen(conditional->para… in phpdbg_export_breakpoints_to_string()
227 ZSTR_VAL(filename), conditional->param.file.line, in phpdbg_export_breakpoints_to_string()
[all …]
/PHP-8.1/Zend/tests/
H A Dbug36214.phpt2 Bug #36214 (__get method works properly only when conditional operator is used)
/PHP-8.1/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.1/ext/opcache/jit/
H A DREADME.md11 a few combinations are considered together (e.g. compare + conditional jump).
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9625 …matchingpath(compiler_common *common, PCRE2_SPTR cc, assert_backtrack *backtrack, BOOL conditional) in compile_assert_matchingpath() argument
9638 jump_list **target = (conditional) ? &backtrack->condfailed : &backtrack->common.topbacktracks; in compile_assert_matchingpath()
9657 SLJIT_ASSERT(!conditional); in compile_assert_matchingpath()
9733 if (conditional || (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT)) in compile_assert_matchingpath()
9789 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()
9809 if (conditional) in compile_assert_matchingpath()
9890 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()

Completed in 56 milliseconds