/
vshmidt
/
php
Обзор
Документация
Войти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ext/gd/tests/imagefontheight_basic.phpt
17 строк
326 B
Christoph M. Becker
Migrate skip checks to --EXTENSIONS-- for ext/gd
22 май 2021, 16:38
Не верифицирован
22 май 2021, 16:38
a375d54
Код
Авторство
О чём код?
--TEST-- Testing imagefontheight() of GD library --CREDITS-- Rafael Dohms <rdohms [at] gmail [dot] com> #testfest PHPSP on 2009-06-20 --EXTENSIONS-- gd --FILE-- <?php var_dump(imagefontheight(1),imagefontheight(2),imagefontheight(3),imagefontheight(4),imagefontheight(5)); ?> --EXPECT-- int(8) int(13) int(13) int(16) int(15)