<?php

function test(&$a) {
    
}

function test2(array &$b) {
    
}