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