Psalm
Get started
Documentation
Plugins
Articles
GitHub
<?php declare(strict_types=1); $v = (function () { return rand(1, 100) > 50 ? true : null; })(); $isNull = is_null($v); $isEqualsToNull = ($v === null); return $isNull ?: $isEqualsToNull;
Snippet created on December 13 2020 at 15:08 UTC
Settings
Get link