3v4l.org

run code in 300+ PHP versions simultaneously
<?php $file = '/tmp/socket'; touch($file); $server = stream_socket_server('unix://' . $file, $errno, $errstr); var_dump(gettype($server), $errno, $errstr);
Output for git.master_jit, git.master, rfc.property-hooks
Warning: stream_socket_server(): Unable to connect to unix:///tmp/socket (Unknown error) in /in/NAhpr on line 6 string(7) "boolean" int(0) string(0) ""

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:
30.04 ms | 405 KiB | 5 Q