Order of evaluation in PHP Yesterday I found some people on my [favorite reddit][lolphp] wonder about the output of the following code: <?php $a = 1; $c = $a + $a++;