From db1dd771e136321869b23aaf231549b9d7e46dab Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Hedde Date: Fri, 16 Jun 2017 11:50:03 +0000 Subject: [PATCH] Added iterable to the list of type declarations that may be used in function arguments/return values, as introduced in 7.1.0. -- Provided by anonymous 82584 () git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342597 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/language/functions.xml b/language/functions.xml index 70a8e5e184..828bc2df23 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -450,6 +450,13 @@ Making a bowl of acidophilus raspberry. PHP 7.0.0 + + iterable + + The parameter must be either an array or an &instanceof; Traversable. + + PHP 7.1.0 +