<?php ini_set('display_errors', "1"); error_reporting(E_ALL); #[\AllowDynamicProperties] class AAA { } $a = new AAA(); $a->aaa = 1; echo $a->aaa;
You have javascript disabled. You will not be able to edit any code.