<?php $a = 1; $b = [&$a]; $c = $b; $b[0] = 2; echo "$b[0] $c[0]"; // 2 2
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`