what would you suggest?
scenario:
function CustomFunc ($var, $var2 = NULL, $var3 = FALSE, $var4 = 0)
ive always thought that an if statement checks whether the statement is true, so if the variable is set to false why does it only check whether it is set?