From efa29ce7069406e65479b689a99bf424f737a540 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Sat, 9 Jul 2005 15:57:30 +0000 Subject: [PATCH] bug #33622 (bools not affected by ++/--) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190348 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/operators.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/language/operators.xml b/language/operators.xml index 71227a93a3..cda6c180e6 100644 --- a/language/operators.xml +++ b/language/operators.xml @@ -1,5 +1,5 @@ - + Operators @@ -789,6 +789,11 @@ echo "
$output
"; PHP supports C-style pre- and post-increment and decrement operators. + + + The increment/decrement operators do not affect boolean values. + + Increment/decrement Operators