<?php ini_set("memory_limit", "64m"); function test(&$x) { test($x); } $a=array(); test($a);
You have javascript disabled. You will not be able to edit any code.