Searched refs:ternary (Results 1 – 7 of 7) sorted by relevance
2 Bug #81015: Opcache optimization assumes wrong part of ternary operator in if-condition6 function ternary(bool $enabled, ?string $value): void16 ternary(true, 'value');17 ternary(true, null);18 ternary(false, 'value');19 ternary(false, null);
2 Allowed nested ternary cases
2 Bug #60169 (Conjunction of ternary and list crashes PHP)
2 Forbidden nested ternary, case 2
2 Forbidden nested ternary, case 3
2 Forbidden nested ternary, case 1
219 function ternary($n) { function354 ternary(N);
Completed in 8 milliseconds