/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/ctype/ctype.stub.php
25 строк
523 B
Máté Kocsis
Implicitly enable function entry generation when class entry generation is enabled
09 фев 2021, 15:37
Не верифицирован
09 фев 2021, 15:37
99b08ac
Код
Авторство
О чём код?
<?php /** @generate-class-entries */ function ctype_alnum(mixed $text): bool {} function ctype_alpha(mixed $text): bool {} function ctype_cntrl(mixed $text): bool {} function ctype_digit(mixed $text): bool {} function ctype_lower(mixed $text): bool {} function ctype_graph(mixed $text): bool {} function ctype_print(mixed $text): bool {} function ctype_punct(mixed $text): bool {} function ctype_space(mixed $text): bool {} function ctype_upper(mixed $text): bool {} function ctype_xdigit(mixed $text): bool {}