How to Lock Down Inheritance With final
final class = no extend. final method = no override. Seal it.
#php #final #inheritance #howto
https://www.youtube.com/watch?v=rb8uWMml4po
Less than 2 weeks to go to apply as a Release Manager for #PHP 8.6
https://news-web.php.net/php.internals/130240
Events and observers each have their strengths, but sometimes the best approach is to use them together. Here's a real-world scenario where pairing them keeps your app fast and your logic reusable. #php #laravel https://masteringlaravel.io/daily/2026-03-18-republished-using-laravel-events-and-observers-together
RE: https://phpc.social/@loicfaugeron/116250085525029082
Great blog post to see PHP-TUI in action and get some insight into how TUIs can be tested and architected. #php #symfony
„Twig 3.24.0 released“
https://symfony.com/blog/twig-3-24-0-released
#PHP-Team stimmt über anerkannte #OpenSource-Lizenzen ab | Developer https://www.heise.de/news/PHP-Team-stimmt-ueber-anerkannte-Open-Source-Lizenzen-ab-11212419.html
A195943: Zeroless prime powers: Intersection of A000961 and A052382
A195943 ➡️ https://oeis.org/A195943
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A195943.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A195943.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A195943.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A195270: 3-gap primes: Prime p is a term iff there is no prime between 3*p and 3*q, where q is the next prime after p
A195270 ➡️ https://oeis.org/A195270
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A195270.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A195270.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A195270.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

Content warning:Work confusion
#php class method throws an exception if a checksum calculation returns false.
If false is calculated then a log file is also updated.
The exception message is then logged from the calling script.
So. Of course. I get the exception message in the log from the calling script but an exception wasn’t thrown and the log wasn’t updated with the reason false was returned.
I can’t get the exception message without the exception being thrown. But if the exception was thrown then I should have had logs and the script would have taken a different path.
I am so confused.
This is a one off. This script runs for days, processing multiple files (lossless 8K video) and sometimes the exception is called when checksums don’t match and the exception is thrown but for most files the checksums do match and the exception is not thrown.
How can the checksums not match but I get the exception message?
The message is tied to the file name so it is not hanging over from a previous call or anything.
This is probably not me asking for help here. I’m just using you as a rubber ducky. It isn’t working though.
I know about openswoole, i did not know its capable of this
Will livewire be able to use it?
Protéger son app PHP contre les attaques CSRF sans jetons partout, c'est possible.
3 techniques combinées (Referer, POST only, SameSite=Lax), comparées en PHP pur, Laravel, Symfony et Temma.
https://www.geek-directeur-technique.com/2026/03/18/csrf-temma-vs-laravel-vs-symfony
#PHP #Security #CSRF #laravel #symfony #temma
I've integrated my Chevere Workflow library into #Laravel. Get strict, immutable, and type-safe process orchestration in your favorite framework.
Check it out: https://github.com/chevere/workflow-laravel