3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fsockopen("http://www.yiqizou.com", 80, $errno, $errstr, 30); if (!$fp) die('error fsockopen'); stream_set_blocking($fp,0); $http = "GET /index.php / HTTP/1.1\r\n"; $http .= "Host: http://www.yiqizou.com\r\n"; $http .= "Connection: Close\r\n\r\n"; fwrite($fp,$http); fclose($fp); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: fsockopen(): Unable to connect to http://www.yiqizou.com:80 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in /in/sOoip on line 3 error fsockopen

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