3v4l.org

run code in 300+ PHP versions simultaneously
<?php @eval('!'); # simulate loading a file with a syntax error $_REQUEST['xyz'] = 'pdq'; # even values written after the syntax error will be lost eval('$_REQUEST;'); # later, load a file containing $_REQUEST, causing it to be repopulated var_dump($_REQUEST); # the changes made to $_REQUEST are now lost

preferences:
88.74 ms | 402 KiB | 5 Q