nonexistent-classnonexistent-class当使用编译时不存在的类时引发: public function some(){ var a; let a = new \MyClass(); // MyClass does not exist}