实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化
AخA
 
1
     <?php
2
    $x="Hello world!";
3
    $x=null;
4
    var_dump($x);
5
    ?>