From ecb1927370b6533090582bb1fdefb090b36f69b3 Mon Sep 17 00:00:00 2001 From: Ivan Fedorov Date: Sat, 18 Jan 2020 17:54:57 +0300 Subject: [PATCH] remove internal @meta tag from iterator_to_array function --- SPL/SPL_f.php | 1 - 1 file changed, 1 deletion(-) diff --git a/SPL/SPL_f.php b/SPL/SPL_f.php index 8bad1f84..da20531b 100644 --- a/SPL/SPL_f.php +++ b/SPL/SPL_f.php @@ -144,7 +144,6 @@ function spl_object_hash ($obj) {} *

* @return array An array containing the elements of the iterator. * @since 5.1 - * @meta */ function iterator_to_array ($iterator, $use_keys = true) {}