Hook up array types to iterator instructions
commit9fd9deac0ad181b4f8bab175645de9e22d01b59e
authorJordan DeLong <jdelong@fb.com>
Fri, 28 Feb 2014 23:23:21 +0000 (28 15:23 -0800)
committerSara Golemon <sgolemon@fb.com>
Tue, 4 Mar 2014 06:45:45 +0000 (3 22:45 -0800)
tree80e83fe002e169e40acc1d5df94b979cee5dca70
parentf93457b7745883d0232131e1dd080c5ae9d15c87
Hook up array types to iterator instructions

Reviewed By: @dariorussi

Differential Revision: D1197599
12 files changed:
hphp/hhbbc/analyze.cpp
hphp/hhbbc/interp-state.cpp
hphp/hhbbc/interp-state.h
hphp/hhbbc/interp.h
hphp/hhbbc/type-system.cpp
hphp/hhbbc/type-system.h
hphp/test/slow/hhbbc/iter_001.php [new file with mode: 0644]
hphp/test/slow/hhbbc/iter_001.php.expect [new file with mode: 0644]
hphp/test/slow/hhbbc/iter_002.php [new file with mode: 0644]
hphp/test/slow/hhbbc/iter_002.php.expect [new file with mode: 0644]
hphp/test/slow/hhbbc/iter_003.php [new file with mode: 0644]
hphp/test/slow/hhbbc/iter_003.php.expect [new file with mode: 0644]