3v4l.org

run code in 300+ PHP versions simultaneously
<?php $blah = array("foo" => "bar", "jus" => "bnu"); $x = serialize($blah); echo $x; $y = unserialize($x); foreach ($y as $key => $value) { echo $key . ' => ' . $value . '/n'; }

preferences:
51.98 ms | 402 KiB | 5 Q