exakat

Smart PHP static analyser, community insighs and news.

[RFC] [Discussion] Literal Scalar Types

1d 10h ago in php from externals.io

array_column() To Hash

2d 11h ago in php from php-tips.readthedocs.io

talking with php core member Larry Garfield

3d 12h ago in php from phpc.tv

New in Twig 4.0: A New for Loop for Twig 4.0

4d 14h ago in php from symfony.com

Take the State of PHP Survey

7d 13h ago in php from thephp.foundation

Fast UUID extension

9d 13h ago in php from github.com

Is it working now?

PhpCodeArcheology is actually pretty useful !

#[ReturnTypeWillChange] Is For All

2mon 27d ago in php from php-tips.readthedocs.io

#[ReturnTypeWillChange] is actually for PHP native interfaces, as they were initialy not enforced, until they were. It happens to apply to custom methods too. May be static analysis should report such usage, as it is probably a code smell.