<?php #[AllowDynamicProperties] class User { public function __set(string $name, mixed $value): void { $this->{$name} = $value; } } $user = new User(); $user->name = 'test'; echo $user->name;
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`