this post was submitted on 22 Jun 2023
441 points (99.1% liked)

Programmer Humor

32060 readers
758 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
[–] [email protected] 3 points 1 year ago (2 children)

if (0 === 0) {
var_dump($test); die;
}

[–] [email protected] 2 points 1 year ago

if ((x != x) || (x == x+1)) then it's one of those weird numbers

[–] [email protected] 1 points 1 year ago

Ahhhhh, PHP.... 😭