/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/spl/tests/countable_class_basic1.phpt
30 строк
438 B
Máté Kocsis
Declare tentative return types for Zend (#7251)
19 июл 2021, 14:44
Не верифицирован
19 июл 2021, 14:44
75a678a
Код
Авторство
О чём код?
--TEST-- SPL: Test shape of interface Countable. --FILE-- <?php echo new ReflectionClass('Countable'); ?> --EXPECTF-- Interface [ <internal%s> interface Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [1] { Method [ <internal%s> abstract public method count ] { - Parameters [0] { } - Tentative return [ int ] } } }