<?php$a = 0;$b = $a++;$c = ++$a;var_dump ($a, $b, $c, $b + $c); //https://pt.stackoverflow.com/q/226847/101
Standard input is empty
int(2) int(0) int(2) int(2)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!