Fix SplQueue iteration modes in HHVM
commit535b6da2cc47321e3060b0326e5aed571ea9cac7
authorFred Emmott <fredemmott@fb.com>
Wed, 12 Feb 2014 18:31:18 +0000 (12 10:31 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 13 Feb 2014 16:35:34 +0000 (13 08:35 -0800)
tree109e8e87e1d65c5d19d48d7a7b1b3c8175dd35d3
parent2131c3c14febfa4182a8d227542586ae9536aa44
Fix SplQueue iteration modes in HHVM

IT_MODE_FIFO is 0 - the LIFO bit needs to be checked instead.

Used by Guzzle: https://github.com/guzzle/guzzle/issues/538

Reviewed By: @JoelMarcey

Differential Revision: D1168832
hphp/system/php/spl/datastructures/SplQueue.php
hphp/test/slow/ext_spl_datastructures/queue_iteration.php [new file with mode: 0644]
hphp/test/slow/ext_spl_datastructures/queue_iteration.php.expectf [new file with mode: 0644]