<?php class TestThis { public function __set($property_name, $value) { $this->$property_name = $value; } } $t = new TestThis; $t->a = 'sdf';
You have javascript disabled. You will not be able to edit any code.