为什么我经常看到:
public static $variable = null;
这还不够:
public static $variable;
一个常见的约定是当程序员依赖于该null值时初始化为null,如果在读取之前写入该成员,则不初始化为null.