irchtml Thu Apr 8 00:25:42 2004 EDT
Modified files:
/phpdoc/en/language operators.xml
Log:
Bug #25356: ?: (ternary) - shold operate as in C, but does not
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.64&r2=1.65&ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.64 phpdoc/en/language/operators.xml:1.65
--- phpdoc/en/language/operators.xml:1.64 Thu Apr 1 03:25:52 2004
+++ phpdoc/en/language/operators.xml Thu Apr 8 00:25:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.64 $ -->
+<!-- $Revision: 1.65 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@@ -428,8 +428,7 @@
</tgroup>
</table>
<para>
- Another conditional operator is the "?:" (or ternary) operator,
- which operates as in C and many other languages.
+ Another conditional operator is the "?:" (or ternary) operator.
<informalexample>
<programlisting role="php">
<![CDATA[