<?php class Test { private $prop { set { echo __METHOD__, "\n"; } } } $test = new Test; $fusion = $test; foreach($fusion as $value) { }
You have javascript disabled. You will not be able to edit any code.