The Creator of OpenCode Shares His Agentic Workflow
https://phpc.tv/w/9vEma17fzPB8Fo7KACoRiW
Proof That PHP Dominates Array Destructuring Manual Index
⚡ PERFORMANCE BOOST: Proof That PHP Dominates Array Destructuring Manual Index! Junior developers write slow code, while senior devs optimize for speed. See how to make your PHP apps lightning fast! This will change how you code! #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingt...
https://www.youtube.com/watch?v=atnm_Sql960
It's so fucking hard to remove `null === $var` from my mind.
AFAIK, `is_null()` gets opcode'd into math anyway.
#PHP #Programming #Coding #Code #SoftwareDevelopment #WebDevelopment #WebDev
Made a few improvements to #i2p #sam v3 library in #php to please phpstan. Removed some badges.
But the repo needs some more maintenance and love. Maybe something for next weekend?
https://github.com/theimpossibleastronaut/php-sam
Partial Function Application in PHP 8.6: Why it matters
🔹 PFA = preconfigured functions
🔹 ? and ... = PHP infers missing parameters
🔹 Result: cleaner callbacks, less boilerplate
Would you use it more for callbacks or pipelines?
🔗 LINK: https://www.amitmerchant.com/partial-function-application-php-86/
#PHP #WebDev #Backend #CleanCode #Programming

Does anyone know what the resource-usage tradeoff in #PHP is like between (a) having redundantly-inherited traits and interfaces and (b) writing one or more variants of each trait/iface in order to avoid that?
Finally moved the project at work to PHP 8.5!
Smooth upgrade with no issues so far.
Le tarif pour SymfonyLive Paris 2026 va bientôt changer 👀
C’est le moment idéal pour réserver votre place et rejoindre la communauté Symfony les 26–27 mars 2026 à Paris 🚀
🎟️ Inscrivez-vous maintenant avant la hausse des prix :
👉 https://live.symfony.com/2026-paris/
À très vite à Paris ✨
#SymfonyLive #Symfony #Paris #PHP #TechEvent

Programmation Web backend (L3 Informatique) : TD1 corrigé en ligne (#php objet et #gabarits) #l3progweb
Le TD 1 corrigé (PHP objet et gabarits) est disponible en ligne.
https://eric.univ-lyon2.fr/jdarmont/?p=9079
⏰🇨🇦 Montréal — Symfony arrive !
Le Meetup Symfony approche à grands pas : rendez-vous le 24 février à 17h 🤖✨
Ne manquez pas ce moment avec la communauté locale ! 🍁
👉https://www.meetup.com/full-stack-gurus-montreal/events/313098372/?utm_medium=referral&utm_campaign=announce_event&utm_source=link&utm_version=v2&member_id=148646572
À très vite Montréal ! 👋
#Symfony #Meetup #Montréal #SymfonyAI #PHP

How to Make Variables Persist Across Function Calls
static variable keeps value. Counter. Cache. One keyword.
https://www.youtube.com/watch?v=bYlnZwAaPTU
A question came up on our YouTube channel about whether a test is really useful or just testing Laravel itself. Here's a simple trick I use to tell the difference. #php #laravel https://masteringlaravel.io/daily/2026-02-12-how-to-tell-if-youre-testing-the-framework