3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $url = 'http://www.google.com/recaptcha/api/verify'; $data['privatekey'] = "6Lfzs_ESAAAAANS4DbMX4f5yLILbOxInzzZil2FE"; $data['remoteip'] = "192.168.0.1"; $data['challenge'] = "c"; $data['response'] = "r"; $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ), );

preferences:
46.54 ms | 402 KiB | 5 Q