derek Sun Feb 20 01:11:25 2005 EDT
Modified files:
/phpdoc/en/language basic-syntax.xml
Log:
fixing examples in basic-syntax.comments
http://cvs.php.net/diff.php/phpdoc/en/language/basic-syntax.xml?r1=1.42&r2=1.43&ty=u
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.42
phpdoc/en/language/basic-syntax.xml:1.43
--- phpdoc/en/language/basic-syntax.xml:1.42 Sun Feb 20 01:06:49 2005
+++ phpdoc/en/language/basic-syntax.xml Sun Feb 20 01:11:25 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
<chapter id="language.basic-syntax">
<title>Basic syntax</title>
<sect1 id="language.basic-syntax.phpmode">
@@ -170,7 +170,7 @@
/* This is a multi line comment
yet another line of comment */
echo 'This is yet another test';
- echo 'One Final Test'; # This is shell-style style comment
+ echo 'One Final Test'; # This is a shell-style comment
?>
]]>
</programlisting>
@@ -190,7 +190,7 @@
<programlisting role="php">
<![CDATA[
<h1>This is an <?php # echo 'simple';?> example.</h1>
-<p>The header above will say 'This is an example'.
+<p>The header above will say 'This is an example'.</p>
]]>
</programlisting>
</informalexample>