[PHP-DOC] cvs: phpdoc /en/language functions.xml From: CHAILLAN Nicolas (nicos <email protected>)
Date: 02/04/03

nicos Tue Feb 4 21:05:17 2003 EDT

  Modified files:
    /phpdoc/en/language functions.xml
  Log:
  fixing code
  
Index: phpdoc/en/language/functions.xml
diff -u phpdoc/en/language/functions.xml:1.31 phpdoc/en/language/functions.xml:1.32
--- phpdoc/en/language/functions.xml:1.31 Sun Dec 1 05:50:48 2002
+++ phpdoc/en/language/functions.xml Tue Feb 4 21:05:16 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
  <chapter id="functions">
   <title>Functions</title>
 
@@ -71,7 +71,7 @@
 
 if ($makefoo) foo();
 
-function bar() {
+function bar()
 {
   echo "I exist immediately upon program start.\n";
 }

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php