Searched refs:imagefontwidth (Results 1 – 4 of 4) sorted by relevance
2 Testing imagefontwidth() of GD library12 var_dump(imagefontwidth(1),imagefontwidth(2),imagefontwidth(3),imagefontwidth(4),imagefontwidth(5));13 var_dump(imagefontwidth(1) < imagefontwidth(5));
2 Testing error on string parameter for imagefontwidth() of GD library12 imagefontwidth('string');15 Warning: imagefontwidth() expects parameter 1 to be long, %s given in %s on line %d
155 PHP_FUNCTION(imagefontwidth);
1011 PHP_FE(imagefontwidth, arginfo_imagefontwidth)3594 PHP_FUNCTION(imagefontwidth) in PHP_FUNCTION() argument
Completed in 17 milliseconds