Home
last modified time | relevance | path

Searched refs:ternary (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/opcache/tests/
H A Dbug81015.phpt2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition
6 function ternary(bool $enabled, ?string $value): void
16 ternary(true, 'value');
17 ternary(true, null);
18 ternary(false, 'value');
19 ternary(false, null);
/PHP-8.0/Zend/tests/
H A Dternary_associativity.phpt2 Allowed nested ternary cases
H A Dbug60169.phpt2 Bug #60169 (Conjunction of ternary and list crashes PHP)
H A Dternary_associativity_2.phpt2 Forbidden nested ternary, case 2
H A Dternary_associativity_3.phpt2 Forbidden nested ternary, case 3
H A Dternary_associativity_1.phpt2 Forbidden nested ternary, case 1
/PHP-8.0/Zend/
H A Dmicro_bench.php219 function ternary($n) { function
354 ternary(N);
/PHP-8.0/
H A DNEWS851 . Fixed bug #81015 (Opcache optimization assumes wrong part of ternary

Completed in 13 milliseconds