Arquivos
hhvm/hphp/test/slow/iterator/iterator_to_array.php.expectf
T
Paul Tarjan 98589f6e87 support IteratorAggregateClass
someone added this class but didn't really hook it up. This was breaking Symfony.
2013-05-28 10:30:15 -07:00

18 linhas
257 B
Plaintext

array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
array(3) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
}
HipHop Fatal error: Argument must implement interface Traversable in %s/hphp/test/slow/iterator/iterator_to_array.php on line 11