Home
last modified time | relevance | path

Searched refs:coalesce (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/pdo/tests/
H A Dpdo_035.phpt40 echo 'Null coalesce:', PHP_EOL;
127 Null coalesce:
140 Null coalesce:
154 Null coalesce:
167 Null coalesce:
181 Null coalesce:
194 Null coalesce:
208 Null coalesce:
221 Null coalesce:
235 Null coalesce:
[all …]
/PHP-8.3/Zend/tests/nullsafe_operator/
H A Dgh8661.phpt2 GH-8661: Nullsafe in coalesce triggers undefined variable error
H A D008.phpt2 Test nullsafe property coalesce assignment
/PHP-8.3/Zend/tests/
H A Dassign_coalesce_006.phpt2 Null coalesce assign with memoized constant operand that is later interned (OSS-Fuzz #17903)
H A Dconstant_expressions_coalesce_empty_dim.phpt2 Constant expressions with empty dimension fetch on coalesce
H A Dassign_coalesce_007.phpt2 Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first
H A Dcoalesce_assign_optimization.phpt2 Live range construction should not break if coalesce assign branch is optimized away
H A Dbug69889.phpt2 Bug #69889: Null coalesce operator doesn't work for string offsets
H A Dassign_coalesce_008.phpt2 Assign coalesce: All calls should be memoized
/PHP-8.3/ext/dom/tests/
H A DParentNode_append_fragment_text_coalesce.phpt2 Text coalesce bug when appending fragment with text nodes
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_singlebyte.c19 static inline uint32_t coalesce(uint32_t a, uint32_t b) in coalesce() function
32 CK((*filter->output_function)(coalesce(tbl[c - tbl_min], MBFL_BAD_INPUT), filter->data)); in mbfl_conv_singlebyte_table()
107 *out++ = (c < tbl_min) ? c : coalesce(tbl[c - tbl_min], MBFL_BAD_INPUT); \
520 s = coalesce(cp1252_ucs_table[c - 0x80], MBFL_BAD_INPUT); in mbfl_filt_conv_cp1252_wchar()
537 *out++ = coalesce(cp1252_ucs_table[c - 0x80], MBFL_BAD_INPUT); in mb_cp1252_to_wchar()
705 …CK((*filter->output_function)((c < 0xA0) ? c : coalesce(armscii8_ucs_table[c - 0xA0], MBFL_BAD_INP… in mbfl_filt_conv_armscii8_wchar()
736 *out++ = (c < 0xA0) ? c : coalesce(armscii8_ucs_table[c - 0xA0], MBFL_BAD_INPUT); in mb_armscii8_to_wchar()
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh12747.phpt2 GH-12747: Function JIT returns invalid error message for coalesce operator on invalid offset

Completed in 26 milliseconds