Fix memoization of functions called with keyset arguments
[hiphop-php.git] / hphp / test / quick / debugger / info1.php
blob0f2645d3eaaf1c85fbbdb59c7748126b27e17ed3
1 <?php
3 function myfunc($a, $b) {
4 error_log($a.$b);
7 class MyClass {
8 public $pub;
9 protected $pro;
10 private $pri;