Tagged articles
6 articles
Page 1 of 1
21CTO
21CTO
May 7, 2026 · Backend Development

PHP 2025: Counterintuitive Changes That Make It More Productive

The 2025 PHP releases (8.4 and 8.5) introduce subtle engineering improvements—property hooks, asymmetric visibility, a pipe operator, clone‑and‑modify, higher framework baselines, stricter static analysis, and safer Composer practices—that together reshape daily coding, testing, and deployment without a radical language overhaul.

ComposerPHPPHP 8.4
0 likes · 13 min read
PHP 2025: Counterintuitive Changes That Make It More Productive
php Courses
php Courses
Feb 8, 2025 · Backend Development

Understanding PHP 8.4 Property Hooks: Benefits, Examples, and Best Practices

PHP 8.4 introduces Property Hooks, a powerful feature that replaces traditional getters and setters with concise, type‑safe syntax, offering simplified code, enhanced encapsulation, automatic validation, and performance gains, illustrated through banking and e‑commerce pricing examples and practical implementation guidelines.

PHPProperty HooksType Safety
0 likes · 6 min read
Understanding PHP 8.4 Property Hooks: Benefits, Examples, and Best Practices
Laravel Tech Community
Laravel Tech Community
Dec 12, 2024 · Backend Development

New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions

PHP 8.4.1 introduces a suite of backend improvements—including property hooks, asymmetric visibility, deprecation attributes, a spec‑compliant DOM API, an object‑oriented BCMath API, and several new array_* functions—each illustrated with concise code examples and usage notes.

Asymmetric VisibilityBackendNew Features
0 likes · 5 min read
New Features in PHP 8.4.1: Property Hooks, Asymmetric Visibility, Deprecation Attributes, Ext‑DOM Enhancements, BCMath Object API, and New array_* Functions
php Courses
php Courses
Nov 21, 2024 · Backend Development

New Features in PHP 8.4: Property Hooks, Asymmetric Visibility, Bracket‑less Method Chains, New Array Functions and Core Improvements

PHP 8.4, released ahead of schedule, introduces Property Hooks for elegant getters/setters, asymmetric visibility for differing access levels, bracket‑less method chains, new array functions like array_find(), and core improvements such as enhanced HTML5 support and clearer null handling, making it a significant upgrade for backend developers.

8.4Asymmetric VisibilityPHP
0 likes · 6 min read
New Features in PHP 8.4: Property Hooks, Asymmetric Visibility, Bracket‑less Method Chains, New Array Functions and Core Improvements
Open Source Tech Hub
Open Source Tech Hub
Nov 15, 2024 · Backend Development

PHP 8.4 Highlights: Property Hooks, Asymmetric Visibility, New Array Functions

PHP 8.4, released on November 21 2024, introduces Property Hooks for inline getter/setter logic, asymmetric visibility allowing different read/write access levels, native lazy‑object support, bracket‑less instantiation, an HTML5‑capable DOM class, and four new array utilities (array_find, array_find_key, array_any, array_all) alongside numerous other enhancements.

Asymmetric VisibilityLazy ObjectsPHP 8.4
0 likes · 10 min read
PHP 8.4 Highlights: Property Hooks, Asymmetric Visibility, New Array Functions
21CTO
21CTO
Jun 12, 2024 · Backend Development

What’s New in PHP 8.4? Explore Enhanced String Functions, HTML5 DOM, and More

PHP 8.4, slated for a November 2024 release, introduces enhanced multibyte string functions, HTML5‑aware DOM extensions, stronger password hashing, property hooks, parenthesis‑free method calls, JIT configuration changes, and deprecates implicit nullable types, offering developers a more powerful and secure platform.

8.4DOMPHP
0 likes · 6 min read
What’s New in PHP 8.4? Explore Enhanced String Functions, HTML5 DOM, and More