In a previous tip, I questioned the value of overriding coding standards locally. The creator of PHP CS Fixer shared with me a different reason the tool allows local override. #php #laravel https://masteringlaravel.io/daily/2025-10-21-a-valid-reason-to-override-coding-standards-locally
Czasem bywa tak, że podczas testowania znaczenie ma jeszcze inny czynnik poza zewnętrznymi serwisami, API, sprzętem, bazami danych itd. - czas. Czy można go symulować na potrzeby weryfikacji kodu w PHP? Otóż, można.
#PHP #programowanie #time #testowanie
https://doeken.org/blog/psr-20-clocks-testable-time-in-PHP
Ever replaced a bunch of isset() checks with optional chaining?
Smart move or risky readability hit? 👇

Pattern matching: I was already using this technique in PHP, but for some reason, I never thought to use it in JavaScript.
https://kyleshevlin.com/pattern-matching/
A031925: Upper prime of a difference of 6 between consecutive primes
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A031925.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A031925.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A031925.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

Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ https://decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Prime_numbers.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

A031924: Primes followed by a gap of 6, i.e., next prime is p + 6
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A031924.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A031924.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A031924.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

The scope of things you can do in #php with #laravel is now really getting to a point that is jaw-dropping. If you're interested in #rcs messaging, check out how I wired together an app with #livewire and Reverb.
https://developer.vonage.com/en/blog/rcs-messaging-with-laravel-livewire-reverb-and-echo
Deep into that darkness peering, long I stood there wondering, fearing,
Doubting, dreaming dreams no mortal ever dared to dream before;
Boo, it’s #php at the door
Secure your doors & windows it is @phparch day. #CyberSecurityMonth
betterCode() PHP 2025: Neuer Online-Workshop hilft beim Verstehen von KI-Tools
Zum sechsten Mal findet die PHP-Konferenz im Onlineformat statt. Neu im Programm: ein Workshop, der die Teilnehmenden beim Verstehen von KI-Tools unterstützt.
#IT #KünstlicheIntelligenz #PHP #Programmiersprachen #news
Need a little help with SQLITE3 and PHP.
When I use the following code:
$statement = $db->prepare('SELECT * FROM programme WHERE progchanname = :progchanname');
$statement->bindValue(':progchanname', $channel);
$res = $statement->execute();
Nothing is returned.
But if I substitute the variable $channel with 'HGTV' I get results.
Why is the variable not being accepted?
A031443: Digitally balanced numbers: positive numbers that in base 2 have the same number of 0's as 1's
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Digitally_balanced_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Digitally_balanced_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Digitally_balanced_numbers.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
