mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-27 04:24:45 +01:00
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
|
--TEST--
|
||
|
Check for uv_uptime
|
||
|
--FILE--
|
||
|
<?php
|
||
|
$uptime = uv_uptime();
|
||
|
|
||
|
echo (int)is_float($uptime);
|
||
|
--EXPECT--
|
||
|
1
|