3v4l.org

run code in 300+ PHP versions simultaneously
<?php $header = "GET /plugins/content/link.php?srv=185948a42de9e26 HTTP/1.1\r\n"; $header .= "Host: www.schniddemaenn.de\r\n"; $header .= "Connection: Close\r\n\r\n"; $fp = fsockopen("www.schniddemaenn.de", 80); fwrite($fp, $header); while (!feof($fp)) { echo fgets($fp, 128); } fclose($fp);
Output for git.master, git.master_jit
Warning: fsockopen(): php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error in /in/LHQU9 on line 6 Warning: fsockopen(): Unable to connect to www.schniddemaenn.de:80 (php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error) in /in/LHQU9 on line 6 Fatal error: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, bool given in /in/LHQU9:7 Stack trace: #0 /in/LHQU9(7): fwrite(false, 'GET /plugins/co...') #1 {main} thrown in /in/LHQU9 on line 7
Process exited with code 255.
Output for rfc.property-hooks
Warning: fsockopen(): php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error in /in/LHQU9 on line 6 Warning: fsockopen(): Unable to connect to www.schniddemaenn.de:80 (php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error) in /in/LHQU9 on line 6 Fatal error: Uncaught TypeError: fwrite(): Argument #1 ($stream) must be of type resource, false given in /in/LHQU9:7 Stack trace: #0 /in/LHQU9(7): fwrite(false, 'GET /plugins/co...') #1 {main} thrown in /in/LHQU9 on line 7
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:
38.69 ms | 401 KiB | 8 Q