philip Sat Jan 18 17:48:35 2003 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Typo. It's <varname> not <variable>.
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.41 phpdoc/en/language/operators.xml:1.42
--- phpdoc/en/language/operators.xml:1.41 Sat Jan 18 17:13:35 2003
+++ phpdoc/en/language/operators.xml Sat Jan 18 17:48:35 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -122,7 +122,7 @@
<literal>=</literal>, PHP will still allow expressions
similar to the following: <literal>if (!$a = foo())</literal>,
in which case the output from <literal>foo()</literal> is
- put into <variable>$a</variable>.
+ put into <varname>$a</varname>.
</para>
</note>
</sect1>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php