--TEST-- Check for uv_timer_init and uv_timer_start --FILE-- 3) { uv_timer_stop($timer); uv_unref($timer); } }); uv_run(); echo "finished"; --EXPECT-- count: 0 count: 1 count: 2 count: 3 finished