Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagefontwidth_basic.phpt2 Testing imagefontwidth() of GD library
12 var_dump(imagefontwidth(1),imagefontwidth(2),imagefontwidth(3),imagefontwidth(4),imagefontwidth(5));
13 var_dump(imagefontwidth(1) < imagefontwidth(5));
H A Dimagefontwidth_error1.phpt2 Testing error on string parameter for imagefontwidth() of GD library
12 imagefontwidth('string');
15 Warning: imagefontwidth() expects parameter 1 to be long, %s given in %s on line %d
/PHP-5.5/ext/gd/
H A Dphp_gd.h164 PHP_FUNCTION(imagefontwidth);
H A Dgd.c977 PHP_FE(imagefontwidth, arginfo_imagefontwidth)
3465 PHP_FUNCTION(imagefontwidth) in PHP_FUNCTION() argument

Completed in 17 milliseconds