<?php $o = new stdClass(); $o->{new stdClass} = 1; foreach($o as $k => $v) { var_dump($k); }
You have javascript disabled. You will not be able to edit any code.