3v4l.org

run code in 300+ PHP versions simultaneously
<?php $collection = array( "one" => "one-value", "two" => "two-value", "three" => "three-value", "four" => "four-value", ); array_search(max(array_values($collection)), $collection);

preferences:
42.97 ms | 402 KiB | 5 Q