1--TEST-- 2GH-7792 (Refer to enum as enum instead of class) 3--FILE-- 4<?php 5 6enum Foo implements Throwable {} 7 8?> 9--EXPECTF-- 10Fatal error: Enum Foo cannot implement interface Throwable in %s on line %d 11