cvs: phpdoc-hk /language variables.xml

[email protected] ("Kevin Kee") Sat, 21 Jun 2003 09:50:56 -0000
Newsgroups php.doc.hk
Message-ID <cvskevinkee1056189056@cvsserver>
kevinkee		Sat Jun 21 05:50:56 2003 EDT

  Modified files:              
    /phpdoc-hk/language	variables.xml 
  Log:
  sync with Eng version
  
Index: phpdoc-hk/language/variables.xml
diff -u phpdoc-hk/language/variables.xml:1.5 phpdoc-hk/language/variables.xml:1.6
--- phpdoc-hk/language/variables.xml:1.5	Sun Jun 15 11:00:46 2003
+++ phpdoc-hk/language/variables.xml	Sat Jun 21 05:50:56 2003
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="big5"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
+<!-- EN-Revision: 1.63 Maintainer: Kevin Status: ready -->
  <chapter id="language.variables">
   <title>¦UÃþÅܼÆ</title>
   
@@ -28,10 +29,9 @@
 $var = "Bob";
 $Var = "Joe";
 echo "$var, $Var";      // outputs "Bob, Joe"
-
 $4site = 'not yet';     // invalid; starts with a number
 $_4site = 'not yet';    // valid; starts with an underscore
-$täyte = 'mansikka';    // valid; 'ä' is ASCII 228.
+$t&auml;te = 'mansikka';    // valid; '&auml;' is (Extended) ASCII 228.
 ?>
 ]]>
      </programlisting>