3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [3 => 'blah', 0 => 'wheee']; $firstKey = array_key_first($array); var_dump( $array[$firstKey] );

preferences:
28.4 ms | 402 KiB | 5 Q