php

Back Open Paginator
24.01.2026 13:30
k47 (@k47@margaras.k47.cz)

it's time for more funsploration of php jit codegen

this time we are doing truly mad stuff: nested calls. this is our code:

function nest1() {
  return rand();
}

function loop() {
  $i = 1_000_000;
  while ($i--) {
    nest1();
  }
}

loop();

tracing jit (the one used by default) produces following monstrous binary. you would expect slimmer and more streamlined code, but here we are. there's a reason for everything. the reason might not be good, be there's always one.

#PHP





Show Original Post


24.01.2026 12:12
einenlum (@einenlum@fosstodon.org)

From PHP to Python is out 🎉

To celebrate, the course is 50% off for the next two weeks.

fromphptopython.com

#PHP #Python




Show Original Post


24.01.2026 11:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Magic Quotes Corrupts 10M Database Records With Backslashes?!

MAGIC QUOTES HELL! Double-escaping for 3 years! Every apostrophe becomes \\\! 10M articles, comments, pages UNREADABLE! $8.7M manual cleanup! 6 months to fix! Migration lead FIRED!

youtube.com/watch?v=NMYlZFdeAK0




Show Original Post


24.01.2026 10:33
nikonians (@nikonians@mastodon.social)

Several 100% remote available in the largest & oldest for . Both and positions available.

We are looking for

nikonians.org/about/jobs

Photography Jim Davie (jay_dee)





Show Original Post


24.01.2026 10:29
GroupNebula563 (@GroupNebula563@mastodon.social)

UPDATE: the hit.counter.net home page is now under construction! the site and counters remain fully functional.




Show Original Post


24.01.2026 07:30
switchweb (@switchweb@mastodon.social)

PHP 8.5 is now live across the Switchweb platform

switchweb.co.uk/blog/2025/12/2




Show Original Post


24.01.2026 05:37
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers in 3D, threejs - webGL (log(weight), log(level), log(jump))
➡️ decompwlj.com/3Dgraph/Prime_nu

#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


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

A095050: Numbers such that all ten digits are needed to write all positive divisors in decimal representation

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A095050.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0950
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


24.01.2026 05:26
decompwlj (@decompwlj@mathstodon.xyz)

A094619: Fundamental discriminants of real quadratic number fields with class number 2

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A094619.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0946
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


24.01.2026 02:12
omerida (@omerida@phpc.social)

Thinking that if @EliW @ramsey and I ever DID do a D&D actual play, it'd be the only one that starts with a 30 minute discussion about programming, #php, and automated tests.




Show Original Post


23.01.2026 23:11
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

PHP Null Coalescing Operator Secret

Stop scrolling! PHP ?? operator has a hidden trick. Watch null ?? 'default' ?? 'fallback'. The result will surprise you!

youtube.com/watch?v=AVWEeNrXnjs




Show Original Post


23.01.2026 21:36
michabbb (@michabbb@social.vivaldi.net)

#PhpStorm 2025.3.2 is now available 👀

#php

youtrack.jetbrains.com/article





Show Original Post


1 ...175 176 177 178 179 180 181 182 183 184 185 ...526
UP