Skip to content
  • Fokkema's avatar
    Prevent some calculations on strings and integers. · 00106ba1
    Fokkema authored
    Strings are normally converted into integers, but an empty string
     isn't converted to 0. Other PHP versions would warn, but PHP 8.1
     throws a fatal error. There may be more places where this happens.
    00106ba1