3v4l.org

run code in 300+ PHP versions simultaneously
<? $yourArray = array('first_key'=> 'First', 2, 3, 4, 5); $first_key = current(array_flip($yourArray)); echo $first_key;

preferences:
56.92 ms | 402 KiB | 5 Q