Note that when casting a string that starts with a number, the (int) function uses that number. If it does not start with a number, the (int) function convert strings into the number 0.
int(5) int(5) int(25) int(0) int(0) int(1) int(0)