📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:15:03
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-rrd_2.0.3-2.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-rrd_2.0.3-2.el8/tests
🔄 Refresh
✏️
Editing: rrd_003.phpt
Read Only
--TEST-- RRDCreator test --SKIPIF-- <?php include('skipif.inc'); ?> --FILE-- <?php $rrdFile = dirname(__FILE__) . "/creator-test.rrd"; $creator = new RRDCreator($rrdFile, "now -10d", 500); $creator->addDataSource("speed:COUNTER:600:U:U"); $creator->addArchive("AVERAGE:0.5:1:24"); $creator->addArchive("AVERAGE:0.5:6:10"); $creator->save(); var_dump(file_exists($rrdFile)); ?> --EXPECTF-- bool(true)
💾 Save Changes
❌ Cancel