Searched refs:imagesetstyle (Results 1 – 7 of 7) sorted by relevance
2 Bug #72709 (imagesetstyle() causes OOB read for empty $styles)10 var_dump(imagesetstyle($im, array()));16 Warning: imagesetstyle(): styles array must not be empty in %s%ebug72709.php on line %d
16 imagesetstyle($im, $style);37 imagesetstyle($im, $style);58 imagesetstyle($im, $style);
30 imagesetstyle($im, $style);
13 * This function is deprecated. Use combination of imagesetstyle() and imageline() instead.
142 PHP_FUNCTION(imagesetstyle);
948 PHP_FE(imagesetstyle, arginfo_imagesetstyle)1551 PHP_FUNCTION(imagesetstyle) in PHP_FUNCTION() argument
491 . Fixed bug #72709 (imagesetstyle() causes OOB read for empty $styles). (cmb)
Completed in 53 milliseconds