File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / ext / calendar / tests / easter_days.phpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:53 2012 UTC (12 years, 6 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

--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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>