Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Jul 29, 2020
1 parent e767ca6 commit 99c48a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/network/bindto.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ $fp = stream_socket_client(
);
?>
--EXPECTF--
Warning: stream_socket_client(): Unable to connect to tcp://%s:80 (Failed to parse address "invalid") in %s on line %d
Warning: stream_socket_client(): unable to connect to tcp://%s:80 (Failed to parse address "invalid") in %s on line %d

0 comments on commit 99c48a2

Please sign in to comment.