<?php $node = new stdClass(); $vals = array('und' => array(0 => array('value' => 'test'))); $node->field_test = &$vals; $clone = clone $node; $clone->field_test['und'] = array(0 => array('value' => 'modified')); print_r($node); print_r($clone);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`