Update array_pop() to support collections
commit298f06b2a43a8a7fa4e4c09d1db2956e0a72f8e7
authorDrew Paroski <andrewparoski@fb.com>
Thu, 30 Jan 2014 00:14:32 +0000 (29 16:14 -0800)
committerSara Golemon <sgolemon@fb.com>
Thu, 6 Feb 2014 19:36:11 +0000 (6 11:36 -0800)
treeb89d82be12139f90a38e11d82d73f7402d723cef
parent8fbc7a19fe6961aee65834bfbe7d48b5dffe1559
Update array_pop() to support collections

Reviewed By: @elgenie

Differential Revision: D1157014
hphp/runtime/base/array-iterator.cpp
hphp/runtime/base/builtin-functions.h
hphp/runtime/base/object-data.h
hphp/runtime/base/types.h
hphp/runtime/ext/ext_array.cpp
hphp/runtime/ext/ext_collections.cpp
hphp/runtime/ext/ext_collections.h
hphp/test/slow/collection_classes/array-pop.php [new file with mode: 0644]
hphp/test/slow/collection_classes/array-pop.php.expectf [new file with mode: 0644]