📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 16:44:23
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-rrd_2.0.3-1.el8
/
tests
✏️
Editing: rrd_011.phpt
--TEST-- rrd_first test --SKIPIF-- <?php include('skipif.inc'); include('data/definition.inc'); if (!file_exists($data_updatedDb)) { die("skip $data_updatedDb doesnt' exist"); } ?> --FILE-- <?php include('data/definition.inc'); var_dump(rrd_first($data_updatedDb)); var_dump(rrd_first($data_updatedDb, 1)); var_dump(rrd_first($data_updatedDb, -1)); var_dump(rrd_first($data_updatedDb, 2)); ?> --EXPECTF-- int(920802000) int(920791800) bool(false) bool(false)
💾 Save Changes
❌ Cancel