3v4l.org

run code in 300+ PHP versions simultaneously
<?php $result = array_replace( array_fill_keys( array_map( function ($x) { return sprintf("%02d", $x); }, range(1, 10, 1) ), 0), ["04" => 1, "09" => 1, "10" => 1, "01" => 1]); print_r($result);

preferences:
25.56 ms | 402 KiB | 5 Q