Files
php_8/variables/null.php

4 lines
40 B
PHP

<?php
$var = null;
echo $var;
echo $arr;