3v4l.org

run code in 300+ PHP versions simultaneously
<?php $feed = new StdClass; $feed->name = 'foo'; $feed->url = 'bar'; $feed->bob->toy = 'fred'; $html = <<<HTML onclick="javascript:modify_feed('{$feed->name}','{$feed->url}');" HTML; echo $html; print_r($feed);

preferences:
36.75 ms | 402 KiB | 5 Q