3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-Type: text/plain'); $html = file_get_contents('http://www.happyaway.nl/invoice.htm'); $array = [ 'a' => 1, 'b' => 'string', 'c' => $html ]; $json = json_encode($array); echo $json, PHP_EOL; var_dump(json_decode($json));

preferences:
33.65 ms | 402 KiB | 5 Q