3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_time_limit(0); error_reporting (E_ALL ^ E_NOTICE); $url = "http://www.google.com"; $chars = array(0); foreach ($chars as $a) { foreach ($chars as $b) { foreach ($chars as $c) { foreach ($chars as $d) { $__ = curl_init($url.$a.$b.$c.$d); echo $__; curl_setopt($__, CURLOPT_HEADER, 1); curl_setopt($__, CURLOPT_NOBODY, 1); curl_setopt($__, CURLOPT_RETURNTRANSFER, 1); curl_exec($__); fwrite($_, " ".curl_getinfo($__, CURLINFO_CONTENT_LENGTH_DOWNLOAD)); echo curl_getinfo($__, CURLINFO_CONTENT_LENGTH_DOWNLOAD); } } } } fclose($_);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/WMKHM:13 Stack trace: #0 {main} thrown in /in/WMKHM on line 13
Process exited with code 255.

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:
43.25 ms | 401 KiB | 8 Q