ext-uv/tests/010-uv_ip6_addr.phpt
Bob Weinand ad904731ba Use objects instead of resources as handle representation
This also adds proper get_gc handlers in order to resolve potenial cycles
2017-05-07 13:14:26 +02:00

9 lines
123 B
PHP

--TEST--
Check for uv_ip6_addr
--FILE--
<?php
var_dump(uv_ip6_addr("::0",0));
--EXPECTF--
object(UVSockAddrIPv6)#1 (0) {
}