<?php $a = (object)['v' => 1]; $c = $a->v + $a->v++; var_dump($c); // int(2)
You have javascript disabled. You will not be able to edit any code.