]> granicus.if.org Git - php/commit
- Add class spl_array_it which is the iterator returned by spl_array.
authorMarcus Boerger <helly@php.net>
Sun, 20 Jul 2003 01:22:03 +0000 (01:22 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 20 Jul 2003 01:22:03 +0000 (01:22 +0000)
commita68cb5129c06d07fdb5217fb1ad7488b45a0004c
treeb54f1d1d1432c5f7aaec48741648bc94c2806fc1
parent01d8fea8556e5d617ae747e8bb235f66a154521a
- Add class spl_array_it which is the iterator returned by spl_array.
  This class can also be used alone without spl_array but doesn't allow
  recursive foreach usage.
- Fix protos to new proto system.
- Add test for spl_array_it.
ext/spl/spl_array.c
ext/spl/tests/array_iterator.phpt [new file with mode: 0755]