global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / VGetM.php
blobcc6934e5fd195f72401e99e35849fd149c52294d
1 <?php
3 $a = array(0, 1, 2);
4 $ref0 = &$a[0];
5 $ref0 = "hi";
6 $ref1 = &$a[1];
7 var_dump($a);