$a = [1]; $b = $a; $b[] = 3; var_export($a);
And that you could pass by ref at call time to any function. That was also quite unique.