mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
9 lines
121 B
PHP
9 lines
121 B
PHP
--TEST--
|
|
Check for uv_get_free_memory
|
|
--FILE--
|
|
<?php
|
|
$free = uv_get_free_memory();
|
|
|
|
echo (int)is_int($free);
|
|
--EXPECT--
|
|
1 |