<?php function foo($bar) { $bar = true; } $bar = false; foo(&$bar); var_export($bar);
You have javascript disabled. You will not be able to edit any code.