betz Mon May 31 08:34:40 2004 EDT
Modified files: /phpdoc/en/language operators.xml Log: use varname instead of literal http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.67&r2=1.68&ty=u Index: phpdoc/en/language/operators.xml diff -u phpdoc/en/language/operators.xml:1.67 phpdoc/en/language/operators.xml:1.68 --- phpdoc/en/language/operators.xml:1.67 Mon May 24 19:32:50 2004 +++ phpdoc/en/language/operators.xml Mon May 31 08:34:40 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.67 $ --> +<!-- $Revision: 1.68 $ --> <chapter id="language.operators"> <title>Operators</title> <simpara> @@ -906,7 +906,7 @@ ]]> </programlisting> <simpara> - As <literal>$thing</literal> is an <type>object</type> of type A, but + As <varname>$thing</varname> is an <type>object</type> of type A, but not B, only the block dependent on the A type will be executed: </simpara> <screen>A</screen>