summaryrefslogtreecommitdiff
path: root/ext/calendar/tests/easter_days.phpt
blob: 04aa7ae11bed69488346f2d7ee4ecfb7a466ef82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
easter_days()
--SKIPIF--
<?php include 'skipif.inc'; ?>
--FILE--
<?php
echo easter_days(1999), "\n";
echo easter_days(1492), "\n";
echo easter_days(1913), "\n";
?>
--EXPECT--
14
32
2