alindeman Tue Apr 1 18:42:39 2003 EDT
Modified files:
/phpdoc/en/language functions.xml
Log:
adding note for bug #21840
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.33 phpdoc/en/language/functions.xml:1.34
--- phpdoc/en/language/functions.xml:1.33 Fri Feb 7 15:19:13 2003
+++ phpdoc/en/language/functions.xml Tue Apr 1 18:42:39 2003
@@ -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 @@
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
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php