a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
tauta_krypta  ·  3458 days ago  ·  link  ·    ·  parent  ·  post: The current XKCD, and a very funny (and relevant) talk to go with it in the text.

The worst thing is that PHP basically does No. 1:

$var = "2"; $value = 2 + $var; $value = (string)$value; var_dump($value); // string(1) "4"