<?php


foreach ($rows as   &$row) {
    
}

function foo(  &$a, &$b) {

}

function   &bar() {   
}

$a = [
    '1' =>      &$b
];