file_put_contents($filename, '<?php $array = ' . var_export($array, true) . ';');
file_put_contents($filename, '<?php ' . var_export($array, true) . ';');
include($filename);
$array = include($filename);
eval('$somevar = ' . $dumpStr);
procurios.nl
stackoverflow