3v4l.org

run code in 300+ PHP versions simultaneously
<?php $node = new stdClass(); $node->field_test = array('und' => array(0 => array('value' => 'test'))); $clone = clone $node; $clone->field_test['und'] = array(0 => array('value' => 'modified')); print_r($node->field_test); print_r($clone->field_test);

preferences:
35.83 ms | 402 KiB | 5 Q