Fix clone of SplPriorityQueue
[hiphop-php.git] / hphp / test / slow / ext_spl_datastructures / pqueue_clone.php.expectf
blob51dd0d5e5bf325c079fac642de28e3303e184e26
1 Queue items: 3
2 Clone items: 3
3 Queue:
4  third
5  second
6  first
7 Queue items: 0
8 Clone items: 3
9 Clone:
10  third
11  second
12  first