3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tmp = array(10 => 1, "ten" => 2); list( $x, $y ) = array_values( $tmp ); var_dump( $x, $y ); // 1, 2

preferences:
46.36 ms | 402 KiB | 5 Q