July 15, 2013 6:50 PM原来继承一个类的时候,__construct 的参数改变不会导致 E_STRICT。为了测试这个问题我写了个 class B extends A {,于是就有了 new B();