adding note for bug #21840

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2003-04-01 23:42:39 +00:00
parent 6b5cabf841
commit fbda587836

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<chapter id="functions">
<title>Functions</title>
@ -113,6 +113,12 @@ bar();
PHP does not support function overloading, nor is it possible to
undefine or redefine previously-declared functions.
</simpara>
<note>
<simpara>
Function names are case-insensitive, though it is usually good form
to call functions as they appear in their declaration.
</simpara>
</note>
<simpara>
PHP 3 does not support variable numbers of arguments to functions,
although default arguments are supported (see <link