File: rrd_013.phpt

package info (click to toggle)
php-rrd 2.0.3%2B%2B-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: ansic: 1,194; xml: 376; makefile: 58; php: 3
file content (17 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--TEST--
rrd_last test
--SKIPIF--
<?php
include('skipif.inc');
include('data/definition.inc');
if (!file_exists($data_updatedDb)) {
	die("skip $data_updatedDb doesn't exist");
}
?>
--FILE--
<?php
include('data/definition.inc');
var_dump(rrd_last($data_updatedDb));
?>
--EXPECTF--
int(920808900)