Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
moebrowne
1mo ago
0 comments
Save
Share
This changed 6 years ago in 8.0, a major version change.
Once again showing how out of date peoples hate for PHP is
0 comments
3 comments · 3 top-level
top
newest
oldest
chuckadams
1mo ago
Ternary was made non-associative in 8.0, so it requires parentheses. It will become right-associative in 9.0. But there’s not much use case left for nested ternaries in PHP since the `match` operator was added in 8.0.
RobotToaster
1mo ago
To be fair mine and a lot of people's reaction to getting bitten by this was completely avoiding ever using the ternary operator in PHP.
guskel
1mo ago
So it became sane as soon as late 2020.
j
/
k
navigate · click thread line to collapse