3v4l.org

run code in 300+ PHP versions simultaneously
<?php $server = stream_socket_server('localhost:8080'); $client = stream_socket_client('localhost:8080?test');
Output for git.master, git.master_jit, rfc.property-hooks
Warning: stream_socket_server(): php_network_getaddresses: getaddrinfo for localhost failed: System error in /in/ivR7T on line 3 Warning: stream_socket_server(): Unable to connect to localhost:8080 (php_network_getaddresses: getaddrinfo for localhost failed: System error) in /in/ivR7T on line 3 Warning: stream_socket_client(): php_network_getaddresses: getaddrinfo for localhost failed: System error in /in/ivR7T on line 4 Warning: stream_socket_client(): Unable to connect to localhost:8080?test (php_network_getaddresses: getaddrinfo for localhost failed: System error) in /in/ivR7T on line 4

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:
28.92 ms | 407 KiB | 5 Q