Here is a script that can perform the change of is_null($x) to null === $x (and the negation).
| 1 2 3 4 5 6 7 8 9 |
|
Note I am not the original author of this script, however, I do not have the original source.
Note: this is a micro-optimisation, however, it does enable for nicer code in any case.