php-8.0.30-src/ext/calendar/tests/cal_from_jd_error1.phpt

17 lines
344 B
PHP

--TEST--
Test cal_from_jd() function : error conditions
--CREDITS--
edgarsandi - <edgar.r.sandi@gmail.com>
--SKIPIF--
<?php include 'skipif.inc'; ?>
--FILE--
<?php
try {
cal_from_jd(1748326, -1);
} catch (ValueError $ex) {
echo "{$ex->getMessage()}\n";
}
?>
--EXPECT--
cal_from_jd(): Argument #2 ($calendar) must be a valid calendar ID