3v4l.org

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

preferences:
49.28 ms | 402 KiB | 5 Q