/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/spl/tests/bug71412.phpt
14 строк
341 B
Máté Kocsis
Add more precise type info for stubs
01 сен 2020, 17:35
Не верифицирован
01 сен 2020, 17:35
f7fbc63
Код
Авторство
О чём код?
--TEST-- Bug#71412 ArrayIterator reflection parameter info --FILE-- <?php echo (new ReflectionMethod('ArrayIterator', '__construct')); ?> --EXPECT-- Method [ <internal:SPL, ctor> public method __construct ] { - Parameters [2] { Parameter #0 [ <optional> object|array $array = [] ] Parameter #1 [ <optional> int $flags = 0 ] } }