3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testarr = [ '0' => 'England', '1' => 'Wales', '2' => 'Scotland', '3' => 'Ireland' ]; asort($testarr); print_r($testarr); $jsontestarr = json_encode($testarr); $decoded = json_decode($jsontestarr, true); print_r($decoded);

preferences:
50.02 ms | 402 KiB | 5 Q