📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:45:53
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-rrd_2.0.3-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-rrd_2.0.3-1.el8/tests
🔄 Refresh
✏️
Editing: rrd_015.phpt
Read Only
--TEST-- rrd_restore test --SKIPIF-- <?php include('skipif.inc'); include('data/definition.inc'); if (!file_exists($data_xmdDbdump)) { die("skip $data_xmdDbdump doesn't exist"); } ?> --FILE-- <?php include('data/definition.inc'); $xmlFile = $data_xmdDbdump; $rrdFile = dirname(__FILE__) . "/restore-result.rrd"; //if rrd file isn't deleted, rrd_restore without options fails @unlink($rrdFile); var_dump(rrd_restore($xmlFile, $rrdFile)); var_dump(file_exists($rrdFile) && filesize($rrdFile)); //test "-f" options - force to overwrite var_dump(rrd_restore($xmlFile, $rrdFile, array("-f"))); ?> --EXPECTF-- bool(true) bool(true) bool(true)
💾 Save Changes
❌ Cancel