<?php $array = [10 => 11.22, 20 => 22.33, 30 => 33.44]; //$array = []; echo preg_replace( ['/^array \(\s+/', '/,?\R?\)$/', '/$\R /m'], ['[', ']', ' '], var_export($array, true) );
You have javascript disabled. You will not be able to edit any code.