Arquivos
hhvm/hphp/runtime/base/array
Edwin Smith 047ef325bb Consolodate ArrayData position-based iterator methods
Implement these all in ArrayData, using iter_begin, advance,
rewind, and iter_end virtual methods.  Only SharedMap didn't
override the iter_* methods, so moved ArrayData's implementation
to SharedMap and tailored it a bit.  Fetch SharedMap's size at
construction time to avoid calls to SharedMap::vsize().
Removed HphpArray and NameValueTableWrapper implementations of
these methods.
2013-07-06 11:12:18 -07:00
..
2013-06-03 12:43:56 -07:00
2013-06-27 13:00:47 -07:00