Skip to content

Commit

Permalink
reverting some of last commit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed Feb 28, 2021
1 parent 9770a70 commit 1dc49e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/libuv/010-uv_ip4_addr.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Check for uv_ip4_addr
<?php
var_dump(uv_ip4_addr("0.0.0.0",0));
--EXPECTF--
object(UVSockAddrIPv4)#1 (0) {
object(UVSockAddrIPv4)#7 (0) {
}
2 changes: 1 addition & 1 deletion tests/libuv/010-uv_ip6_addr.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Check for uv_ip6_addr
<?php
var_dump(uv_ip6_addr("::0",0));
--EXPECTF--
object(UVSockAddrIPv6)#1 (0) {
object(UVSockAddrIPv6)#7 (0) {
}

0 comments on commit 1dc49e6

Please sign in to comment.