3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo <<<HERE onclick="javascript:modify_feed("$feed->name","$feed->url");" HERE;
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $feed in /in/96WMl on line 3 Warning: Attempt to read property "name" on null in /in/96WMl on line 3 Warning: Undefined variable $feed in /in/96WMl on line 3 Warning: Attempt to read property "url" on null in /in/96WMl on line 3 onclick="javascript:modify_feed("","");"
Output for 7.3.16 - 7.3.31, 7.4.3 - 7.4.33
Notice: Undefined variable: feed in /in/96WMl on line 3 Notice: Trying to get property 'name' of non-object in /in/96WMl on line 3 Notice: Undefined variable: feed in /in/96WMl on line 3 Notice: Trying to get property 'url' of non-object in /in/96WMl on line 3 onclick="javascript:modify_feed("","");"
Output for 7.3.32 - 7.3.33
onclick="javascript:modify_feed("","");"
Output for 5.4.0 - 5.4.26, 7.2.29 - 7.2.33
Parse error: syntax error, unexpected end of file in /in/96WMl on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/96WMl on line 4
Process exited with code 255.

preferences:
148.68 ms | 401 KiB | 196 Q