X7ROOT File Manager
Current Path:
/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
/
ðŸ“
..
ðŸ“
data
📄
rrd_001.phpt
(157 B)
📄
rrd_002.phpt
(727 B)
📄
rrd_003.phpt
(400 B)
📄
rrd_004.phpt
(2.1 KB)
📄
rrd_005.phpt
(1.05 KB)
📄
rrd_006.phpt
(1.12 KB)
📄
rrd_007.phpt
(324 B)
📄
rrd_008.phpt
(1012 B)
📄
rrd_009.phpt
(274 B)
📄
rrd_010.phpt
(1.6 KB)
📄
rrd_011.phpt
(460 B)
📄
rrd_012.phpt
(1.4 KB)
📄
rrd_013.phpt
(294 B)
📄
rrd_014.phpt
(845 B)
📄
rrd_015.phpt
(640 B)
📄
rrd_016.phpt
(560 B)
📄
rrd_017.phpt
(1.94 KB)
📄
rrd_018.phpt
(966 B)
📄
rrd_019.phpt
(1.11 KB)
📄
rrd_020.phpt
(255 B)
📄
rrd_021.phpt
(1.15 KB)
📄
rrd_022.phpt
(236 B)
📄
rrdtool-bin.inc
(117 B)
📄
rrdtool-bin.inc.in
(114 B)
📄
skipif.inc
(84 B)
Editing: rrd_006.phpt
--TEST-- rrd_update test --SKIPIF-- <?php include('skipif.inc'); include('rrdtool-bin.inc'); include('data/definition.inc'); if (!file_exists($data_emptyDb)) { die("skip $data_emptyDb doesnt' exist"); } ?> --FILE-- <?php include('rrdtool-bin.inc'); include('data/definition.inc'); $rrdFile = dirname(__FILE__) . "/rrd_update_1.rrd"; copy($data_emptyDb, $rrdFile); $retval = rrd_update($rrdFile, array( "920804700:12345", "920805000:12357", "920805300:12363", "920805600:12363", "920805900:12363", "920806200:12373", "920806500:12383", "920806800:12393", "920807100:12399", "920807400:12405", "920807700:12411", "920808000:12415", "920808300:12420", "920808600:12422", "920808900:12423" )); //graph just for "visual test" if test fails $command = "$rrdtool_bin graph " . dirname(__FILE__) . "/rrd_update_1.png " . "--start 920804400 --end 920808000 " . "--vertical-label m/s " . "DEF:myspeed=$rrdFile:speed:AVERAGE " . "CDEF:realspeed=myspeed,1000,* " . "LINE2:realspeed#FF0000"; echo "exporting rrd_update_1.png via exec\n"; exec($command); var_dump($retval); ?> --EXPECTF-- exporting rrd_update_1.png via exec bool(true)
Upload File
Create Folder