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"; $f = fsockopen("www.schniddemaenn.de", 80); if($f){ fwrite($f, $header); } echo fread($f, 1024); fclose($f);
Output for git.master, git.master_jit
Warning: fsockopen(): php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error in /in/m7air on line 5 Warning: fsockopen(): Unable to connect to www.schniddemaenn.de:80 (php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error) in /in/m7air on line 5 Fatal error: Uncaught TypeError: fread(): Argument #1 ($stream) must be of type resource, bool given in /in/m7air:9 Stack trace: #0 /in/m7air(9): fread(false, 1024) #1 {main} thrown in /in/m7air on line 9
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/m7air on line 5 Warning: fsockopen(): Unable to connect to www.schniddemaenn.de:80 (php_network_getaddresses: getaddrinfo for www.schniddemaenn.de failed: System error) in /in/m7air on line 5 Fatal error: Uncaught TypeError: fread(): Argument #1 ($stream) must be of type resource, false given in /in/m7air:9 Stack trace: #0 /in/m7air(9): fread(false, 1024) #1 {main} thrown in /in/m7air on line 9
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:
51.03 ms | 401 KiB | 8 Q