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