Refactor the parsing and processing of configuration options ... just a bit ...
[hiphop-php.git] / hphp / test / slow / array / 192.php
blob5eca0f5d35af211fadfb1c7c08e59f3f048401c9
1 <?php
3 $a = array(1);
4 $b = $a;
5 $a = array(2);
6 var_dump($a);