Run(); $Var = array(10, 1.2, 'dsd', 123 => NULL); echo(serialize($Var)); ?>