php-src/ext/posix/tests/posix_getrlimit.phpt

15 lines
218 B
Plaintext
Raw Normal View History

2008-12-03 16:20:59 +00:00
--TEST--
posix_getrlimit(): Basic tests
--SKIP--
<?php if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found'); ?>
--FILE--
<?php
var_dump(posix_getrlimit());
?>
--EXPECTF--
array(%d) {
%a
}