[PHP-DOC] cvs: phpdoc /en/language basic-syntax.xml From: Damien Seguy (dams <email protected>)
Date: 05/10/01

dams Thu May 10 11:01:14 2001 EDT

  Modified files:
    /phpdoc/en/language basic-syntax.xml
  Log:
  Added jeroen's updates
  
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.4 phpdoc/en/language/basic-syntax.xml:1.5
--- phpdoc/en/language/basic-syntax.xml:1.4 Tue Dec 12 20:59:39 2000
+++ phpdoc/en/language/basic-syntax.xml Thu May 10 11:01:14 2001
@@ -13,7 +13,8 @@
       <title>Ways of escaping from HTML</title>
       <programlisting>
 1. &lt;? echo ("this is the simplest, an SGML processing instruction\n"); ?&gt;
-
+ &lt;?= expression ?&gt; This is a shortcut for "&lt;? echo expression ?&gt;"
+
 2. &lt;?php echo("if you want to serve XHTML or XML documents, do like this\n"); ?&gt;
 
 3. &lt;script language="php"&gt;