3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array( "name" => array("type" => "text", "null" => "NOT NULL"), "email" => array("type" => "text", "null" => "NOT NULL"), "tel" => array("type" => "text", "null" => "NOT NULL"), "warehouse" => array("type" => "text", "null" => "NOT NULL"), ); echo implode(', ', array_map(function ($k, $entry) { return $k; }, $input));

preferences:
37.94 ms | 402 KiB | 5 Q