<?php function sub(&$data){} $data = array(); sub($data['nested']); echo serialize(array($data,$data));
You have javascript disabled. You will not be able to edit any code.