For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > December 2006 > cvs: phpdoc /en/language functions.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language functions.xml
Etienne Kneuss

2006-12-11, 7:02 pm

colder Wed Dec 6 17:58:20 2006 UTC

Modified files:
/phpdoc/en/language functions.xml
Log:
NULL won't trigger the default value

http://cvs.php.net/viewvc.cgi/phpdo...4&diff_format=u
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.63 phpdoc/en/language/functions.xml:1.64
--- phpdoc/en/language/functions.xml:1.63 Thu Aug 31 17:55:45 2006
+++ phpdoc/en/language/functions.xml Wed Dec 6 17:58:20 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.63 $ -->
+<!-- $Revision: 1.64 $ -->
<chapter id="language.functions">
<title>Functions</title>

@@ -259,6 +259,7 @@
return "Making a cup of $type.\n";
}
echo makecoffee();
+echo makecoffee(null);
echo makecoffee("espresso");
?>
]]>
@@ -272,6 +273,7 @@
<para>
<screen>
Making a cup of cappuccino.
+Making a cup of .
Making a cup of espresso.
</screen>
</para>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com