Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/Zend/tests/
H A Dbug60169.phpt2 Bug #60169 (Conjunction of ternary and list crashes PHP)
H A Dternary_associativity.phpt2 Using ternary associativity is deprecated
/PHP-7.4/Zend/
H A Dmicro_bench.php219 function ternary($n) { function
354 ternary(N);
/PHP-7.4/
H A DUPGRADING394 . Nesting ternary operators without explicit parentheses is deprecated:
H A DNEWS320 . Fixed bug #81015 (Opcache optimization assumes wrong part of ternary

Completed in 26 milliseconds