
| Path : /usr/src/php/ext/posix/tests/ |
| Current File : //usr/src/php/ext/posix/tests/posix_getrlimit.phpt |
--TEST--
posix_getrlimit(): Basic tests
--SKIPIF--
<?php
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
?>
--FILE--
<?php
var_dump(posix_getrlimit());
?>
--EXPECTF--
array(%d) {
%a
}