3v4l.org

run code in 300+ PHP versions simultaneously
<?php function config($key): string { $arr = ["protocol"=> "https", "port"=> "80", "website"=>"wwww.example.com"]; return array_key_exists($key, $arr) ? $arr[$key] : null; } function myfunc(){ echo config("port"); } myfunc();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
157.82 ms | 2191 KiB | 12 Q