ext-uv/tests/999-uv_hrtime.phpt

9 lines
102 B
Plaintext
Raw Normal View History

2012-06-24 17:18:32 +02:00
--TEST--
Check for uv_hrtime
--FILE--
<?php
/* is this correct ?*/
$hrtime = uv_hrtime();
--EXPECT--