HOME
PHP
<?php $num = "Hello we are testing "; $num = null; var_dump($num); ?>