--TEST-- Enum no new through reflection --FILE-- newInstanceWithoutConstructor(); } catch (Error $e) { echo $e->getMessage() . "\n"; } ?> --EXPECT-- Cannot instantiate enum Foo