1--TEST-- 2Check for uv_get_free_memory 3--FILE-- 4<?php 5$free = uv_get_free_memory(); 6 7echo (int)is_int($free); 8--EXPECT-- 91