• Franco Fichtner's avatar
    php: remove ctype dependency; closes #917 · ed81dd30
    Franco Fichtner authored
    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.
    ed81dd30
util.inc 40 KB