3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postdata = http_build_query( array( 'author' => 'John Doe', 'email' => 'john@doe.com', 'subject' => 'Get a better Sysadmin', 'message' => '...as i said.', 'action' => 'fastblog_contact_form' ) ); $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $postdata ) ); $context = stream_context_create($opts); $result = file_get_contents('http://alpen-donau.info/wp-admin/admin-ajax.php', false, $context);

preferences:
37.46 ms | 402 KiB | 5 Q