We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f21f7c commit fe7061dCopy full SHA for fe7061d
1 file changed
ext/sockets/tests/socket_create_listen-win32.phpt
@@ -15,7 +15,7 @@ socket_getsockname($sock, $addr, $port);
15
var_dump($addr, $port);
16
?>
17
--EXPECT--
18
-string(9) "127.0.0.1"
+string(7) "0.0.0.0"
19
int(31338)
20
--CREDITS--
21
Till Klampaeckel, till@php.net
0 commit comments