<?php $a = $b = "c"; var_dump(++$a); var_dump($b = $b + 1);
You have javascript disabled. You will not be able to edit any code.