3v4l.org

run code in 300+ PHP versions simultaneously
<?php $months = range(1, 12); $months = array_map(function ($element) { return str_pad($element, 2, 0, STR_PAD_LEFT); }, $months); $months = array_combine($months, $months); var_dump($months);

preferences:
38.12 ms | 402 KiB | 5 Q