this post was submitted on 14 Jul 2023
336 points (90.8% liked)

Programmer Humor

33167 readers
162 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] asceticism@lemmy.fmhy.ml 34 points 2 years ago* (last edited 2 years ago) (1 children)

This is not valid syntax as of 2020. PHP 8 fixed a lot of issue like this as well as a lot of function and variable type issues.

Also this was deprecated in PHP 7 (2015).

[–] ezchili@iusearchlinux.fyi 9 points 2 years ago (1 children)

They deprecated nested ternaries?

[–] asceticism@lemmy.fmhy.ml 11 points 2 years ago* (last edited 2 years ago)

Not nested but 'Unparenthesized'

Also per the error message here is it working: