1--TEST-- 2Check for uv_hrtime 3--FILE-- 4<?php 5/* is this correct ?*/ 6$hrtime = uv_hrtime(); 7 8--EXPECT-- 9