php: remove ctype dependency; closes #917
Needs a bit of observation, but as far as I can see the only difference is that is_numeric() will also take int values and return true for them, ctype_digit() will only return true for string values that have digits.
Showing
Please register or sign in to comment