Home
last modified time | relevance | path

Searched refs:imageloadfont (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimageloadfont_invalid.phpt2 imageloadfont() function crashes
16 $font = imageloadfont($filename);
22 Warning: imageloadfont(): gd warning: product of memory allocation multiplication would exceed INT_…
25 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
H A Dimageloadfont_error1.phpt2 Testing that imageloadfont() breaks on non-string first parameter
11 var_dump( imageloadfont(array()) );
14 Warning: imageloadfont() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dimageloadfont_error2.phpt2 Testing that imageloadfont() breaks on invalid file passed as first argument
11 var_dump( imageloadfont('\src\invalidfile.font') );
14 Warning: imageloadfont(\src\invalidfile.font): failed to open stream: No such file or directory in …
/PHP-5.5/ext/gd/
H A Dphp_gd.h177 PHP_FUNCTION(imageloadfont);
H A Dgd.c981 PHP_FE(imageloadfont, arginfo_imageloadfont)
1412 PHP_FUNCTION(imageloadfont) in PHP_FUNCTION() argument

Completed in 33 milliseconds