3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $array = array( "action" => "\"foo\"", "class" => "\"bar\"" ); print_r($array); $clean = array_map(function($item) { return str_replace("\"", "", $item); }, $array);

preferences:
46.43 ms | 402 KiB | 5 Q