# InterfaceInstantiation Emitted when an attempt is made to instantiate an interface: ```php interface I {} new I(); ```