Searched refs:imagewbmp (Results 1 – 8 of 8) sorted by relevance
2 Bug #77479 (imagewbmp() segfaults with very large image)15 imagewbmp($im, __DIR__ . '/77479.wbmp');18 Warning: imagewbmp():%S %croduct of memory allocation multiplication would exceed INT_MAX, failing …21 Warning: imagewbmp(): Could not create WBMP%win %s on line %d
2 Testing null byte injection in imagewbmp16 imagewbmp($image, "./foo\0bar");22 imagewbmp(): Argument #2 ($file) must not contain null bytes
2 imagewbmp12 imagewbmp($im, $file);
21 if ($flags&0x8 && !function_exists("imagewbmp")) {
651 ZEND_FUNCTION(imagewbmp);792 ZEND_FE(imagewbmp, arginfo_imagewbmp)
627 function imagewbmp(GdImage $image, $file = null, ?int $foreground_color = null): bool {} function
1910 PHP_FUNCTION(imagewbmp) in PHP_FUNCTION() argument
Completed in 21 milliseconds