<?php $star = new StdClass; // replace this line $twin = clone $star; $star->name = "Castor"; $twin->name = "Pollux"; echo $star->name; // must be Castor
You have javascript disabled. You will not be able to edit any code.