For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2004 > cvs: phpdoc /en/language operators.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language operators.xml
Friedhelm Betz

2004-05-31, 9:34 am

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/...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com