Test ReflectionType support of iterable

This commit is contained in:
Andrea Faulds 2017-04-29 14:37:35 +01:00
parent 9cec5e2c1d
commit 753ae9b7db

View File

@ -11,6 +11,7 @@ $functions = [
function(): bool {},
function(): array {},
function(): callable {},
function(): iterable {},
function(): StdClass {}
];
@ -28,4 +29,5 @@ string(6) "string"
string(4) "bool"
string(5) "array"
string(8) "callable"
string(8) "iterable"
string(8) "StdClass"