mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-27 04:24:45 +01:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
--TEST--
|
||
|
Check for uv_ip4_addr
|
||
|
--FILE--
|
||
|
<?php
|
||
|
var_dump(uv_ip4_addr("0.0.0.0",0));
|
||
|
--EXPECT--
|
||
|
resource(4) of type (uv_sockaddr)
|