Category Archives: PHP
Wandelaar van de Duisternis
Non-conformance is subversive!Diversity is deviancy!Indoctrination is education!Religion is purity! Welcome to the New World Order. In a society where non-conformance is considered subversive and deviant, and all psychic ability is heavily regulated, Hauke de Grijs hides from the government and … Continue reading →
PHP 8.2 – The Release of Deprecations
The release date for PHP 8.2 has been announced, with General Availability set for the 24th November 2022; the release managers have been elected with Ben Ramsey (@ramsey) as the “veteran” supporting Pierrick Charron (@adoyy) and Sergey Panteleev (@s_panteleev) as … Continue reading →
Support the whole PHP Ecosystem
Just a few short weeks ago, for a 24 Days in December post, I wrote about remembering all of the Open Source Maintainers that create and support the tools that we all use as developer in our daily work. It … Continue reading →
The Wonderful World of Callbacks
Anybody that has read any of my previous blog posts or looked at my code samples before should know that I’m a big fan of using callbacks. Whether it’s simply using callbacks with those standard functions that accept them as … Continue reading →
ReadOnly Gotchas – A few more limitations with PHP 8.1 ReadOnly Properties
Last month I wrote about the new readonly properties in PHP 8.1, and the difficulties if you want to clone an object that uses them (together with a couple of potential solutions to that problem). The inability to clone an … Continue reading →
Constant Constants. Finally! (On the inconstancy of constants)
One of the many new features of PHP 8.1 is the ability to declare class constants as final, so that they can no longer be overridden in child classes. The same applies when constants are defined as final in an … Continue reading →
