Searched refs:use_keys (Results 1 – 2 of 2) sorted by relevance
2 Bug #54971 (Wrong result when using iterator_to_array with use_keys on true)
3018 bool use_keys = 1; in PHP_FUNCTION() local3023 Z_PARAM_BOOL(use_keys) in PHP_FUNCTION()3027 if (use_keys) { in PHP_FUNCTION()3035 …spl_iterator_apply(obj, use_keys ? spl_iterator_to_array_apply : spl_iterator_to_values_apply, (vo… in PHP_FUNCTION()
Completed in 17 milliseconds