Fix an example naming typo...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40217 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-01-26 18:05:08 +00:00
parent 9539ef6bc7
commit 88718209f9

View file

@ -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).
<example>
<title><function>Easter_date</function> example</title>
<title><function>Easter_days</function> example</title>
<programlisting role="php">
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 */
</para>
<note>
<para>
This function is only available in PHP versions after PHP4RC1.
This function is only available in PHP versions after PHP 4RC1.
</para>
</note>
</refsect1>
@ -531,7 +531,7 @@ echo easter_days (1913); /* 2, i.e. March 23 */
</para>
<note>
<para>
This function is only available in PHP versions after PHP4RC1.
This function is only available in PHP versions after PHP 4RC1.
</para>
</note>
</refsect1>