php

Back Open Paginator
18.03.2026 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

How to Lock Down Inheritance With final

final class = no extend. final method = no override. Seal it.

youtube.com/watch?v=rb8uWMml4po




Show Original Post


18.03.2026 15:58
edorian (@edorian@phpc.social)

Less than 2 weeks to go to apply as a Release Manager for #PHP 8.6

news-web.php.net/php.internals




Show Original Post


18.03.2026 14:05
jclermont (@jclermont@phpc.social)

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 masteringlaravel.io/daily/2026




Show Original Post


18.03.2026 13:41
dantleech (@dantleech@fosstodon.org)

RE: phpc.social/@loicfaugeron/1162

Great blog post to see PHP-TUI in action and get some insight into how TUIs can be tested and architected. #php #symfony




Show Original Post


18.03.2026 11:11
graste (@graste@social.vivaldi.net)

„Twig 3.24.0 released“
symfony.com/blog/twig-3-24-0-r

#php #twig




Show Original Post


18.03.2026 06:36
simsus (@simsus@social.tchncs.de)

#PHP-Team stimmt über anerkannte #OpenSource-Lizenzen ab | Developer heise.de/news/PHP-Team-stimmt-




Show Original Post


18.03.2026 05:32
decompwlj (@decompwlj@mathstodon.xyz)

A195943: Zeroless prime powers: Intersection of A000961 and A052382
A195943 ➡️ oeis.org/A195943

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A195943.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1959
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


18.03.2026 05:27
decompwlj (@decompwlj@mathstodon.xyz)

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 ➡️ oeis.org/A195270

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A195270.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1952
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


18.03.2026 02:33
buddhawilliams (@buddhawilliams@eigenmagic.net)

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.




Show Original Post


18.03.2026 02:18
dabiddo (@dabiddo@mstdn.io)

I know about openswoole, i did not know its capable of this

via.zweiundeins.gmbh/

Will livewire be able to use it?

#php #development




Show Original Post


18.03.2026 00:24
amaury (@amaury@phpc.social)

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.

geek-directeur-technique.com/2

#PHP #Security #CSRF #laravel #symfony #temma




Show Original Post


17.03.2026 23:00
rodber (@rodber@mastodon.social)

I've integrated my Chevere Workflow library into . Get strict, immutable, and type-safe process orchestration in your favorite framework.

Check it out: github.com/chevere/workflow-la




Show Original Post


1 ...74 75 76 77 78 79 80 81 82 83 84 ...524
UP