Please answer this simple SPAM challenge: zero plus seven? (Example: nine)
Very careful when reading PHP documentation, Here's a lot of miss information. According to documentation, They say's (int) 0 == (string) "a" is true. But it is not in PHP 8.var_dump(0 == "a"); // 0 == 0 -> trueNow In PHP 8 it's False.
<< Back to user notes page