3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('default_socket_timeout', -1); //set -1, unless greater than 0, $fp = pfsockopen('127.0.0.1',6379, $en, $err); var_dump($fp); // print false var_dump($err); //print "success",yes, if connect Failed, the error is "Success", i think is bug
Output for git.master, git.master_jit, rfc.property-hooks
Warning: pfsockopen(): Unable to connect to 127.0.0.1:6379 (Unknown error) in /in/h5Lgm on line 3 bool(false) NULL

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