What's New and Exciting in PHP 8 4

Sdílet
Vložit
  • čas přidán 12. 09. 2024

Komentáře • 48

  • @togelian
    @togelian Před 22 dny +53

    Please fix your sound. There's no right audio on this video

    • @ClariNerd
      @ClariNerd Před 18 dny +6

      To be fair, it’s php

    • @Phparch
      @Phparch  Před 17 dny +5

      Sorry about the audio, we figured it out and the future videos won't have that problem.
      -sk

    • @Kryoxys
      @Kryoxys Před 10 dny

      Agreed. I find it unwatchable like this.

    • @giacomogaravaglia6742
      @giacomogaravaglia6742 Před 8 dny +1

      the audio is mono, is only on the left side

    • @giacomogaravaglia6742
      @giacomogaravaglia6742 Před 8 dny

      they should've add a headphone ads. Stonks

  • @MusicalArmageddon
    @MusicalArmageddon Před 15 dny +24

    My left ear enjoyed this.

    • @Phparch
      @Phparch  Před 15 dny

      Sorry about that we'll have it fix for future videos.
      -sk

    • @scvroin
      @scvroin Před 13 dny +1

      @@Phparch I thought my headphone had a failure

    • @peacepeace1255
      @peacepeace1255 Před 11 dny

      🤣😂🤣😂

    • @pau1phi11ips
      @pau1phi11ips Před 10 dny

      Only my right headphone works so sucks for me! lol

  • @xeoneraldo1254
    @xeoneraldo1254 Před 7 dny +2

    Getting closer and closer to C# 😂

  • @johncongdon76
    @johncongdon76 Před 23 dny +5

    I don't think you can have a "write only" attribute. If you can write, you can read, you just read the value of that property. If you don't define a "get" hook, you get the original. Defining the get hook just allows you to do some cool stuff behind the scenes like in the full name example.
    In that example, if you didn't have a get, you would just get back an empty string because last name is never truly set.

    • @LarryGarfieldCrell
      @LarryGarfieldCrell Před 14 dny

      You can have a write-only virtual property. If the set hook references itself to save a value, then yes, "get" would work implicitly.

  • @brunoggdev6305
    @brunoggdev6305 Před 22 dny +3

    What a great summary, good job!

  • @bincyelizabeth19799
    @bincyelizabeth19799 Před 4 dny +1

    watching from Kerala, India, Bincy Elizabeth Mathew.

  • @den-rad
    @den-rad Před 23 dny +5

    Thanks for the video!

    • @Phparch
      @Phparch  Před 17 dny

      You're welcome and thank you for the comment!
      -sk

    • @Phparch
      @Phparch  Před 17 dny

      You're welcome and thanks for the comment!
      -sk

  • @joosepkunder
    @joosepkunder Před 16 dny +4

    I wish some PHP version in the future will bring us native WebSockets..

  • @LenWoodward
    @LenWoodward Před 20 dny +2

    another benefit of property hooks is that it finally allows you to enforce properties in an interface

    • @Phparch
      @Phparch  Před 17 dny

      Oh yeah that's great too! We'll have to to make sure we mention that in the property hooks video we make
      -sk

  • @DaengRosanda
    @DaengRosanda Před 16 dny +1

    nice share, love it

  • @SanderCokart
    @SanderCokart Před 22 dny +3

    to fix your audio issues if you ever have this export the video in mono

    • @Phparch
      @Phparch  Před 17 dny

      Sorry about that. I'm honestly not sure how the export setting changes but it's been fixed.
      -sk

  • @cutebedbugs644
    @cutebedbugs644 Před 6 dny

    I have to double check ear bud whether it is working on sterio 😅

    • @Phparch
      @Phparch  Před 3 dny

      Sorry about that we figured out the problem and it will be corrected in future videos
      -sk

  • @officialaudite
    @officialaudite Před 22 dny +2

    Oy! What happened with dual channel voice? Can only hear you on the left ear O_O please fix for next time since your videos are actually awesome

    • @Phparch
      @Phparch  Před 17 dny +1

      Thank you so much!
      Sorry about the audio, we figured it out and the future videos won't have that problem.
      -sk

  • @JamieKeefer
    @JamieKeefer Před 12 dny +1

    Reflection of light in glasses totally distracting as you move your head around the lights appear and disappear. Just an observation.

    • @Phparch
      @Phparch  Před 10 dny

      Sorry about that we'll take this into consideration
      -sk

  • @Alex1611AD
    @Alex1611AD Před 2 dny

    No modern type system in 2024 lol. Enjoy your 8.4!

  • @LarryGarfieldCrell
    @LarryGarfieldCrell Před 14 dny

    You missed three other major features:
    1) Interface properties (Part of hooks, but useful on their own.)
    2) Asymmetric visibility
    3) Lazy objects
    Those are at least as cool as rounding modes. 🙂 (Which have also now become enums, I believe.)

    • @Phparch
      @Phparch  Před 10 dny +1

      Larry, thanks for the feedback. We'll have to run our list past you next year. :-) I think we'll have to make videos just about those.
      -sk

  • @ashab20
    @ashab20 Před 11 dny +1

    I thought my right earphone is dead!

    • @Phparch
      @Phparch  Před 10 dny

      Sorry about that we've already taken steps to prevent it on future videos.
      -sk

  • @DavidSmith-ef4eh
    @DavidSmith-ef4eh Před 14 dny

    When will we get generics and Lists... never :( Php development goes so slow, compared to other languages.

    • @Phparch
      @Phparch  Před 8 dny

      There actually some performance based reasons we'll never get this. I'm bummed it won't happen as well...
      -sk

    • @DavidSmith-ef4eh
      @DavidSmith-ef4eh Před 7 dny

      @@Phparch tbh, I just need it for reflection. I want to build graphqly types based on the underlying php type. And an array is an array of anything. I know I could use doc comments for that, or maybe I'll use property annotation. My longterm goal is to not write PHP though.

  • @srhanzd3022
    @srhanzd3022 Před 8 dny +1

    • @Phparch
      @Phparch  Před 8 dny

      Thanks for the comment!
      -sk

  • @onrightside
    @onrightside Před 13 dny

    why u talk only in my left ear ?

    • @Phparch
      @Phparch  Před 10 dny

      Sorry about that we've already taken steps to prevent it on future videos.
      -sk