Please answer this simple SPAM challenge: nine plus zero? (Example: nine)
#3 is not a good example. inverse("0a") would not be caught since (bool) "0a" returns true, yet 1/"0a" casts the string to integer zero and attempts to perform the calculation.
<< Back to user notes page