BlogFlock

Lazy class constants in PHP

Exakat
26 posts last month
Feed
Copied!

Lazy class constants in PHPLazy class constants in PHP: fast by design, sometimes surprising

PHP has class constant, which are named literals. It also supports static constant expressions, where the value is not always a literal. Rather, it’s an…

Vale Reviews Your Comments In The Code

Exakat
26 posts last month
Feed
Copied!

Vale Reviews Your Comments In The CodeVale Reviews Your Comments In The Code

Static analysis will tell you a function’s return type is wrong down to the last nullable. It doesn’t tell you that the docblock two lines above it opens…

What do you mean, redeclare a property static?

Exakat
26 posts last month
Feed
Copied!

What do you mean, redeclare a property static?What do you mean, redeclare a property static?

It started with a single line in a linting run:

Fatal error: Cannot redeclare non static DOMElement::$id as static ezcDocumentPropertyContainerDomElement::$id

So, a piece of code used to…

PHP
Editing List

All things PHP

Created by
exakat

Blogs