fixed the in operator for objects that contains circular references (closes #813)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 24 Aug 2012 13:49:46 +0000 (15:49 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 24 Aug 2012 13:49:46 +0000 (15:49 +0200)
commit738ae3b6f3f4be286ee70d63342cdc4092795cda
tree584ed5900eb71b4124a63bf0b471227a569ed802
parent37e7ba7575d19f157e4bbe7444e141ad953e345a
fixed the in operator for objects that contains circular references (closes #813)
lib/Twig/Extension/Core.php
test/Twig/Tests/Fixtures/tests/in_with_objects.test [new file with mode: 0644]