Skip to content

Commit fe7061d

Browse files
committed
fix windows test, all pass on unixes.
1 parent 3f21f7c commit fe7061d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/sockets/tests/socket_create_listen-win32.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ socket_getsockname($sock, $addr, $port);
1515
var_dump($addr, $port);
1616
?>
1717
--EXPECT--
18-
string(9) "127.0.0.1"
18+
string(7) "0.0.0.0"
1919
int(31338)
2020
--CREDITS--
2121
Till Klampaeckel, till@php.net

0 commit comments

Comments
 (0)