Show Output
PHP NULL Value
"; $b = "Hello World!"; $b = NULL; var_dump($b); ?>