![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: $i++ problem understanding
From: Dana Cartwright <danapub2@weavemaker.com>
Date: Thu Oct 06 2005 - 14:04:52 CEST
"Chung Leong" <chernyshevsky@hotmail.com> wrote in message
> Another example to consider is print ($i++ + $++). This'd be the
Actually, in C the result of the expression $i++ + $i++ is undefined.
The PHP manual seems to not discuss this point (OK, I only glanced at it
But the PHP manual *does* say "just as in C" several times, which makes me
|