3v4l.org

run code in 300+ PHP versions simultaneously
<?php $person = array( 'height' => 100, 'build' => "average", 'waist' => 38, ); $hobbies = array( 'climbing' => true, 'skiing' => false, 'waist' => 38, ); $total = array("person" => $person, "hobbies" => $hobbies); print_r($total);

preferences:
31.98 ms | 402 KiB | 5 Q