summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/cal_to_jd_error1.phpt
blob: 1cef36af69fe2d1b988767054bc889cc1275ba80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Test cal_to_jd() function : error conditions
--CREDITS--
edgarsandi - <edgar.r.sandi@gmail.com>
--EXTENSIONS--
calendar
--FILE--
<?php
try {
    cal_to_jd(-1, 8, 26, 74);
} catch (ValueError $ex) {
    echo "{$ex->getMessage()}\n";
}
?>
--EXPECT--
cal_to_jd(): Argument #1 ($calendar) must be a valid calendar ID