thatwill

joined 1 year ago
[–] thatwill@lemmy.world 1 points 1 year ago (4 children)

And despite the extra lanes, it's still gridlocked. Maybe they need just one more lane...

[–] thatwill@lemmy.world 1 points 1 year ago

I just tested these out out of curiosity.
0=="text" returns false in PHP 8.2 as I'd expect.

The others make sense in the way that php juggles between types. An empty variable can type-juggle to null, but an array can't be directly compared with a string.

(Although you wouldn't really want to compare an array with a string, PHP just treats an array as greater than other variables. So weirdly, ([] > "") == true.)

[–] thatwill@lemmy.world 13 points 1 year ago (1 children)

If you're trying to directly compare different variable types in any language without strong typing, you're going to have edge-case results which you might not expect.

My "coding like a moron" message still stands. PHP isn't a strongly typed language and it doesn't tell you off for trying stupid stuff like comparing a string with an int. Nor do other languages like JavaScript.

[–] thatwill@lemmy.world 51 points 1 year ago (8 children)

"php doesn't stop me from coding like a moron, therefore php sucks"

[–] thatwill@lemmy.world 10 points 1 year ago (1 children)

The trick is to only use DDG and nothing else. I haven't used Google for years so I have no idea how crap the DDG results are in comparison...

[–] thatwill@lemmy.world 2 points 1 year ago

Flexbox is god