<!DOCTYPE html> <html> <body> <?php $x="Hello world!"; $x=null; var_dump($x); ?> </body> </html>
<?php $x="Hello world!"; $x=null; var_dump($x); ?>