Searched refs:ternary (Results 1 – 6 of 6) 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 Bug #60169 (Conjunction of ternary and list crashes PHP)
2 Using ternary associativity is deprecated
219 function ternary($n) { function354 ternary(N);
394 . Nesting ternary operators without explicit parentheses is deprecated:
320 . Fixed bug #81015 (Opcache optimization assumes wrong part of ternary
Completed in 23 milliseconds