1//! PHP SPL function providers. 2 3mod iterator_to_array; 4 5pub use iterator_to_array::IteratorToArrayProvider;