<?php

function test(&$var) { }
test($arr[]);

print "ok!\n";

?>