php > $a = 4; php > echo $a+++$a++; php > 9
Could someone help me why to explain why the result is 9 not 8 ? a++ will incremen
a++