1--TEST--
2Testing imagefontheight() of GD library
3--CREDITS--
4Rafael Dohms <rdohms [at] gmail [dot] com>
5#testfest PHPSP on 2009-06-20
6--EXTENSIONS--
7gd
8--FILE--
9<?php
10var_dump(imagefontheight(1),imagefontheight(2),imagefontheight(3),imagefontheight(4),imagefontheight(5));
11?>
12--EXPECT--
13int(8)
14int(13)
15int(13)
16int(16)
17int(15)
18