add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ir_refcount / refcount_callbuiltin.php
blob6144ef9e29a9a44a59d16382fa2633933fc0ce32
1 <?php
3 function x($x) {
4 $z = new stdclass;
5 $k = new stdclass;
6 $p = new stdclass;
7 $l = new stdclass;
8 hash($x, $x);
9 return $x;
12 x("asd".mt_rand());
13 x("asd".mt_rand());
14 x("asd".mt_rand());
15 x("asd".mt_rand());
16 x("asd".mt_rand());