Home
last modified time | relevance | path

Searched refs:imagefontheight (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/gd/tests/
H A Dimagefontheight_basic.phpt2 Testing imagefontheight() of GD library
12 var_dump(imagefontheight(1),imagefontheight(2),imagefontheight(3),imagefontheight(4),imagefontheigh…
H A Dimagefontheight_error1.phpt2 Testing error on string parameter for imagefontheight() of GD library
12 imagefontheight('string');
15 Warning: imagefontheight() expects parameter 1 to be long, %s given in %s on line %d
/PHP-5.6/ext/gd/
H A Dphp_gd.h165 PHP_FUNCTION(imagefontheight);
H A Dgd.c989 PHP_FE(imagefontheight, arginfo_imagefontheight)
3524 PHP_FUNCTION(imagefontheight) in PHP_FUNCTION() argument

Completed in 25 milliseconds