ext-uv/tests/999-uv_get_total_memory.phpt

9 lines
123 B
Plaintext
Raw Normal View History

2012-06-24 17:18:32 +02:00
--TEST--
Check for uv_get_total_memory
--FILE--
<?php
$free = uv_get_total_memory();
echo (int)is_int($free);
--EXPECT--
1