what is meaning of variable=null in php code example Example 1: php null <?php $var = NULL; ?> Example 2: null php $var = NULL;