3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data_array = array( 'full_base_path' => "www.tesoelite.com/forums", 'domain' => "www.tesoelite.com", 'ip_address' => "206.190.130.173", 'addon_id' => "Brivium_Credits", 'title' => "Brivium - Credits Premium", 'version_id' => "1010300", 'server' => $_SERVER ); $url = "http://brivium.com/index.php?lc"; $params = array('http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data_array) )); $context = stream_context_create($params); $result = file_get_contents($url, false, $context); var_dump($result); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for brivium.com failed: System error in /in/ecMsi on line 23 Warning: file_get_contents(http://brivium.com/index.php?lc): Failed to open stream: php_network_getaddresses: getaddrinfo for brivium.com failed: System error in /in/ecMsi on line 23 bool(false)

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:
40.71 ms | 402 KiB | 8 Q