ext-uv/tests/010-uv_ip4_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
127 B
PHP

--TEST--
Check for uv_ip4_addr
--FILE--
<?php
var_dump(uv_ip4_addr("0.0.0.0",0));
--EXPECTF--
object(UVSockAddrIPv4)#1 (0) {
}