• Phoenixz
    link
    fedilink
    11 month ago

    PHP uses . which works perfectly fine, I’ve never encountered this nonsense before

    • dual_sport_dork 🐧🗡️
      link
      fedilink
      English
      11 month ago

      Yes, and PHP can even implicitly (or explicitly!) cast variables between different types. Dot (.) is for strings and + is for math. It’s one of the few things about PHP that makes sense.