summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/cal_to_jd_error1.phpt
blob: deb5e80e1d25fa0680e00bc5074c2d4a84f5879e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Test cal_to_jd() function : error conditions
--CREDITS--
edgarsandi - <edgar.r.sandi@gmail.com>
--SKIPIF--
<?php include 'skipif.inc'; ?>
--FILE--
<?php
var_dump(cal_to_jd(-1, 8, 26, 74));
?>
--EXPECTF--
Warning: cal_to_jd(): invalid calendar ID -1 in %s on line %d
bool(false)