3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo $string = 'Automóvel'; //echo utf8_encode($string); $products = array('horloges', 'media', 'Automóvel'); echo'<pre>';print_r($products); // convert to a string $string = json_encode($products); echo $string; // ["horloges","media","gereedschap"]

preferences:
35.79 ms | 402 KiB | 5 Q