1--TEST--
2Test cal_from_jd() function : error conditions
3--CREDITS--
4edgarsandi - <edgar.r.sandi@gmail.com>
5--SKIPIF--
6<?php include 'skipif.inc'; ?>
7--FILE--
8<?php
9var_dump(cal_from_jd(1748326, -1));
10?>
11--EXPECTF--
12Warning: cal_from_jd(): invalid calendar ID -1 in %s on line %d
13bool(false)
14