nonexistent-function

调用编译时不存在的函数时引发:

  1. public function some()
  2. {
  3. someFunction(); // someFunction does not exist
  4. }