🔥 WordPress 6.9 + PHP 8.5 : votre site mérite le meilleur !
Découvrez les nouveaux blocs, la collaboration en temps réel et des performances boostées avec les dernières mises à jour. Chez @mdrservices, on vous accompagne pour une migration sans stress !
👉 https://www.mdr-services.com/wordpress-6-9-et-php-8-5-disponibles-chez-mdr-services/
#WordPress #PHP #WebPerf #SEO #Tech
🔥 WordPress 6.9 + PHP 8.5 : votre site mérite le meilleur !
Découvrez les nouveaux blocs, la collaboration en temps réel et des performances boostées avec les dernières mises à jour. Chez @mdrservices, on vous accompagne pour une migration sans stress !
👉 https://www.mdr-services.com/wordpress-6-9-et-php-8-5-disponibles-chez-mdr-services/
#WordPress #PHP #WebPerf #SEO #Tech
Thanks to @dereuromark, phpDocumentor Guides now has support for #djot 🎉
Djot is an improved and more precisely specified alternative to Markdown, designed to remove ambiguities and edge. It offers clearer rules, better nesting, and more consistent parsing, which makes it especially well-suited for technical documentation.
Learn more about djot: https://djot.net
https://github.com/phpDocumentor/guides-djot
A057165: Indices of addition steps in Recamán's sequence A005132
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A057165.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A057165.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A057165.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

A056875: Generated by sieving the natural numbers: keep the smallest remaining number k and take out its k-th successor l as well as the l-th successor m of l, the m-th successor of m and so on. Then start again from the next remaining number
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A056875.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A056875.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A056875.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

What's Coming for PHP in 2026: A Developer's Guide
https://lemmy.world/post/40165898
Composer 2.9で、 composer.lockのcontent-hashのマージコンフリクトが自動でいなされるようになった
https://qiita.com/o0h/items/e6b3bfdd3a36aa22b83d?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
@hskrasek you can do things like http://php.net/array_first or https://www.php.net/pipe #php
Is there anyway to search the PHP.net documentation without the Google search.. thingy? Or more directly, is there a way to search the docs and get search results back as JSON? I remember there being some sort of API endpoint, but I think that was just for PHP versions? #php
This is causing test failures in ramsey/uuid on PHP 8.5. Maybe I should rework the logic so it’s not dependent on magical truncation of the value to PHP_INT_MAX.
PHP Array + Operator Secret
Can you guess this? PHP array + operator doesn't work like you think. See [1,2] + [3,4]. The result is SHOCKING!
#php #phptricks #codingtips #programmingtutorial #phparrayplus #arrayunion #arrayoperations #phpquiz #codingchallenge #phpshorts #arraymerge #phparrays
https://www.youtube.com/watch?v=k6m6PoLSJDc
Found @sebastian 's article https://phpunit.expert/articles/path-coverage-or-mutation-testing.html very informative on presenting both approaches, well done!
About performances: in my experience Path-Coverage required less time than running the mutation test suite (which includes #phpstan to kill mutants, thanks to @markusstaab IIRC).
Excluding some mutations (ex: on logging methods) never got to a point where Infection was faster than phpunit+coverage.
Maybe I missed something? How do you configure Infection?
#php #infectionPHP #phpunit