5 usages of static keyword in PHP

5 usages of static keyword in PHP Static is a PHP keyword with many usages. It is almost universally used, though there are many variations of it. Let’s review all the five of them : static method static property static closure static variable static as a classname Static method The most common usage of static […]

Exakat 1.3.1 review

Exakat 1.3.1 review Exakat 1.3.1 embarks on a new version of the underlying graph database : gremlin server 3.3.3. We’ve started using those new features, and that includes 4 new analysis and many false positive eliminations. Let’s cover the Exakat 1.3.1 review, like no one is watching. Always check JSON results Since null is a […]

Exakat 1.2.6 review

Exakat 1.2.6 review Exakat 1.2.6 got its review! This is all about the schizophrenic arrayunique() situation, since we have both ‘Avoid arrayunique()’ and ‘shoul use array_unique()’ in the same engine! Also, we added zookeeper. It’s the short Exakat 1.2.6 review. array_unique() situation Arrayunique() has been the target of an analysis until PHP 7.2, as it […]