Supported Versions: PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8
Finds whether a variable is null
<?php is_null(mixed $value): bool
<?php             return false;

        }



        if (is_null($this->getClassAndMethodFromExceptionMessage($throwable->getMessage()))) {

            return false;

        }
<?php             return false;

        }



        if (is_null($this->getClassAndPropertyFromExceptionMessage($throwable->getMessage()))) {

            return false;

        }
<?php     public function __construct(string $dateTime = null, $format = 'Y-m-d H:i:s')

    {

        if (! is_null($dateTime)) {

            $this->setCurrentTime($dateTime, $format);



            return;