PHP 8.5 is here with real gems.

🔹 Pipe operator for readable chains
🔹 Stack trace on fatal errors
🔹 Handy helpers: array_first(), locale_is_right_to_left()

Small changes, big impact.

🔗 Full article: https://medium.com/@mhd-alk/whats-new-in-php-8-5-9-features-every-back-end-developer-should-know-1ca9500057f7

#PHP85 #Coding #Backend #DevTools #PHP

30 years of PHP and FrankenPHP

YouTube

New in PHP 8.5: Marking Return Values as Important

Today, we'll explore one of the exciting features coming with PHP 8.5—the new #[NoDiscard] attribute to indicate important return values.

https://chrastecky.dev/programming/new-in-php-8-5-marking-return-values-as-important

New in PHP 8.5: Marking Return Values as Important | Blog by Dominik Chrástecký

Today, we'll explore one of the exciting features coming with PHP 8.5—the new #[NoDiscard] attribute to indicate important return values.

PHP Annotated – May 2025 | The PhpStorm Blog

Welcome to the May edition of PHP Annotated! It’s been a minute since the last edition. Turns out time flies when you’re deep in foundation work, and the occasional existential debugging session. But

The JetBrains Blog