Why does an error occur when calling a method after internal instantiation?
if(self::$d=null) Error
if(self::$d==null) Correct
if(self::$d=null) Error
if(self::$d==null) Correct