<?php $object = new stdClass(); $object->foo = 'abc'; $object->bar = 'def'; $list = $object; $field = 'test'; foreach( $list as $key => $value ) { if ( is_object( $value ) ) { $list[ $key ] = $value->$field; } else { $list[ $key ] = $value[ $field ]; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`