php-src/Zend/tests/readonly_classes/readonly_class_dynamic_property_attribute.phpt

13 lines
252 B
PHP

--TEST--
Readonly classes cannot apply the #[AllowDynamicProperties] attribute
--FILE--
<?php
#[AllowDynamicProperties]
readonly class Foo
{
}
?>
--EXPECTF--
Fatal error: Cannot apply #[\AllowDynamicProperties] to readonly class Foo in %s on line %d