mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
da5aedbdc1
commit
efa29ce706
1 changed files with 6 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue