Fix memoization of functions called with keyset arguments
[hiphop-php.git] / hphp / test / quick / dv_as.php
blobf6b33c5eb8267aef5b9420c162bf7ee97d828883
1 <?php
2 class A {
3 public function a(array $a1 = "abc") {}