3v4l.org

run code in 300+ PHP versions simultaneously
$code="<?php print 'waaa'; "; $url="http://3v4l.org/"; $params = array("http" => array( "method" => "POST", "content" => "code=".$code )); $ctx = stream_context_create($params); $fp = @fopen($url, "rb", false, $ctx); print $response;
Output for 5.4.0
Parse error: syntax error, unexpected 'http' (T_STRING) in YqFQM on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.10
Parse error: syntax error, unexpected T_STRING in YqFQM on line 3
Process exited with code 255.

preferences:
183.47 ms | 1395 KiB | 19 Q