import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / bug26819.php
blob9d82ed77fa7a614f4b4f6fdf5205cc2a0e5badb3
1 <?php
2 $a = array();
3 var_dump(http_build_query($a));
4 ?>