<?php $a = 1; $b = &$a; $b = 42; print $a;
You have javascript disabled. You will not be able to edit any code.