From 88718209f91dcb5f120a088d87324cf98f2da38a Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Fri, 26 Jan 2001 18:05:08 +0000 Subject: [PATCH] Fix an example naming typo... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40217 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/calendar.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/calendar.xml b/functions/calendar.xml index 66f3fb0064..051b05ed02 100644 --- a/functions/calendar.xml +++ b/functions/calendar.xml @@ -442,7 +442,7 @@ echo date ("M-d-Y", easter_date(2001)); /* "Apr-15-2001" */ which fall outside the range of UNIX timestamps (i.e. before 1970 or after 2037). - <function>Easter_date</function> example + <function>Easter_days</function> example echo easter_days (1999); /* 14, i.e. April 4 */ echo easter_days (1492); /* 32, i.e. April 22 */ @@ -500,7 +500,7 @@ echo easter_days (1913); /* 2, i.e. March 23 */ - This function is only available in PHP versions after PHP4RC1. + This function is only available in PHP versions after PHP 4RC1. @@ -531,7 +531,7 @@ echo easter_days (1913); /* 2, i.e. March 23 */ - This function is only available in PHP versions after PHP4RC1. + This function is only available in PHP versions after PHP 4RC1.