Hi internals, I was reading the RFC https://wiki.php.net/rfc/locked-classes
Have you thought about the possibility of using the keyword "*struct*"?
struct TestClass {
// locked properties
}
class TestClass {
// dynamic properties
}
Best regards,
