<?php namespace JSchema\Test; #[\AllowDynamicProperties] class Test { } $t = new Test(); \var_dump($t); $t->a = 10; \var_dump($t);
You have javascript disabled. You will not be able to edit any code.