<?php $a = 1; $b = &$a; $c = $b; $c = 2; $b = 20; echo $a," ",$b," ",$c;
You have javascript disabled. You will not be able to edit any code.