<?php function a(array &$log){ $log = 123; } $b = []; a($b); var_dump($b);
You have javascript disabled. You will not be able to edit any code.