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_008.phpt
--TEST-- rrd_graph test --SKIPIF-- <?php include('skipif.inc'); include('rrdtool-bin.inc'); include('data/definition.inc'); if (!file_exists($data_updatedDb)) { die("skip $data_updatedDb doesnt' exist"); } ?> --FILE-- <?php include('rrdtool-bin.inc'); include('data/definition.inc'); $command = "rrdtool graph " . dirname(__FILE__) . "/rrd_graph_speed_exec.png " . "--start 920804400 --end 920808000 " . "--vertical-label m/s " . "DEF:myspeed=$data_updatedDb:speed:AVERAGE " . "CDEF:realspeed=myspeed,1000,* " . "LINE2:realspeed#FF0000"; echo "exporting image via exec\n"; exec($command); $outputPngFile = dirname(__FILE__) . "/rrd_graph_speed.png"; var_dump(rrd_graph($outputPngFile, array( "--start", "920804400", "--end", "920808000", "--vertical-label", "m/s", "DEF:myspeed=$data_updatedDb:speed:AVERAGE", "CDEF:realspeed=myspeed,1000,*", "LINE2:realspeed#FF0000" ))); ?> --EXPECTF-- exporting image via exec array(3) { ["xsize"]=> int(497) ["ysize"]=> int(%d) ["calcpr"]=> NULL }
Upload File
Create Folder