PATH:
opt
/
alt
/
tests
/
alt-php81-pecl-rrd_2.0.3-1.el8
/
tests
--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)
[-] rrd_010.phpt
[edit]
[-] rrd_014.phpt
[edit]
[-] rrdtool-bin.inc.in
[edit]
[-] rrd_019.phpt
[edit]
[-] rrd_009.phpt
[edit]
[-] rrd_011.phpt
[edit]
[-] rrd_005.phpt
[edit]
[-] rrd_017.phpt
[edit]
[-] rrd_018.phpt
[edit]
[-] rrd_006.phpt
[edit]
[-] rrd_022.phpt
[edit]
[-] rrd_004.phpt
[edit]
[-] rrd_003.phpt
[edit]
[-] rrd_012.phpt
[edit]
[-] rrd_015.phpt
[edit]
[-] rrd_020.phpt
[edit]
[-] rrd_008.phpt
[edit]
[-] rrd_007.phpt
[edit]
[+]
..
[-] rrd_001.phpt
[edit]
[-] rrdtool-bin.inc
[edit]
[-] rrd_002.phpt
[edit]
[-] rrd_021.phpt
[edit]
[-] rrd_013.phpt
[edit]
[+]
data
[-] rrd_016.phpt
[edit]
[-] skipif.inc
[edit]