bug #33622 (bools not affected by ++/--)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190348 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2005-07-09 15:57:30 +00:00
parent da5aedbdc1
commit efa29ce706

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.91 $ -->
<!-- $Revision: 1.92 $ -->
<chapter id="language.operators">
<title>Operators</title>
<simpara>
@ -789,6 +789,11 @@ echo "<pre>$output</pre>";
PHP supports C-style pre- and post-increment and decrement
operators.
</para>
<note>
<simpara>
The increment/decrement operators do not affect boolean values.
</simpara>
</note>
<table>
<title>Increment/decrement Operators</title>
<tgroup cols="3">