Searched refs:imageloadfont (Results 1 – 8 of 8) sorted by relevance
2 imageloadfont() "End of file while reading header"17 $font = imageloadfont($filename);24 $font = imageloadfont($filename);31 Warning: imageloadfont(): End of file while reading header in %s on line %d33 Warning: imageloadfont(): End of file while reading header in %s on line %d
2 imageloadfont() function crashes14 $font = imageloadfont($filename);20 Warning: imageloadfont(): Product of memory allocation multiplication would exceed INT_MAX, failing…23 Warning: imageloadfont(): Error reading font, invalid font header in %simageloadfont_invalid.php on…
2 Bug #81739 (OOB read due to insufficient validation in imageloadfont())11 var_dump(imageloadfont(__DIR__ . "/font.font"));18 Warning: imageloadfont(): %croduct of memory allocation multiplication would exceed INT_MAX, failin…21 Warning: imageloadfont(): Error reading font, invalid font header in %s on line %d
2 Testing that imageloadfont() breaks on invalid file passed as first argument9 var_dump( imageloadfont('\src\invalidfile.font') );12 Warning: imageloadfont(\src\invalidfile.font): Failed to open stream: No such file or directory in …
9 $font = imageloadfont(__DIR__ . "/gh13082.gdf");10 if ($font === false) die("imageloadfont failed");
580 ZEND_FUNCTION(imageloadfont);721 ZEND_FE(imageloadfont, arginfo_imageloadfont)
486 function imageloadfont(string $filename): GdFont|false {} function
534 PHP_FUNCTION(imageloadfont) in PHP_FUNCTION() argument
Completed in 46 milliseconds