<?php

$test = 0;
if ($test === null) print 'is null';
else print 'not null';