1--TEST--
2posix_getrlimit(): Basic tests
3--EXTENSIONS--
4posix
5--SKIPIF--
6<?php
7if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
8?>
9--FILE--
10<?php
11
12var_dump(posix_getrlimit());
13
14?>
15--EXPECTF--
16array(%d) {
17%a
18}
19