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