<?php function withRef(&$zomg) { $zomg = 'hello world!'; } withRef(null);
You have javascript disabled. You will not be able to edit any code.