1--TEST--
2#[AllowDynamicProperties] cannot be applied to enum (GH-15731)
3--FILE--
4<?php
5
6#[AllowDynamicProperties]
7enum Test {}
8
9?>
10--EXPECTF--
11Fatal error: Cannot apply #[AllowDynamicProperties] to enum Test in %s on line %d
12