Php interview Questions : Find output

Find the output of php code

for($i=0;$i<2;$i++)
echo ++$z;
echo $z++;