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);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for alpen-donau.info failed: System error in /in/3Kjba on line 22 Warning: file_get_contents(http://alpen-donau.info/wp-admin/admin-ajax.php): Failed to open stream: php_network_getaddresses: getaddrinfo for alpen-donau.info failed: System error in /in/3Kjba on line 22

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
49.05 ms | 402 KiB | 8 Q